API17:JStream:: construct
From Joomla! Documentation
JStream::__construct
Description
Constructor.
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 |
See also
JStream::__construct source code on BitBucket
Class JStream
Subpackage Filesystem- Other versions of JStream::__construct
User contributed notes
Code Examples