API17

API17:JStream:: construct

From Joomla! Documentation

Joomla 11.1 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
  • Returns
  • Defined on line 111 of libraries/joomla/filesystem/stream.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples