API17

Difference between revisions of "JStream:: construct"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎See also: moving preparation)
(2 intermediate revisions by the same user not shown)
Line 43: Line 43:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JStream::__construct source code''' on [[jplatform:filesystem/stream.php#cl-103|BitBucket]]
 
* {{JVer|11.1}} '''JStream::__construct source code''' on [[jplatform:filesystem/stream.php#cl-103|BitBucket]]
* {{JVer|11.1}} Class [[JStream/11.1|JStream]]
+
* {{JVer|11.1}} Class [[API17:JStream|JStream]]
* {{JVer|11.1}} Subpackage [[Subpackage_Filesystem/11.1|Filesystem]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* [[JStream::__construct|Other versions of JStream::__construct]]
+
* [[API17:JStream::__construct|Other versions of JStream::__construct]]
 
{{SeeAlso:JStream::__construct}}
 
{{SeeAlso:JStream::__construct}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 61: Line 61:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JStream]][[Category:JStream::__construct]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:34, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JStream::__construct[edit]

Description[edit]

Constructor.

Template:Description:JStream:: construct [Edit Descripton]

public function __construct (
        $writeprefix= ''
        $readprefix= ''
        $context=array
)
Parameter Type Default Description
$writeprefix string Prefix of the stream; Note: unlike the JPATH_*, this has a final path seperator!
$readprefix string
$context string array() $context
  • Returns
  • Defined on line 111 of libraries/joomla/filesystem/stream.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JStream:: construct [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />