getStream() public méthode

Return the contents of the string as a stream object.
Since: 2.3.0
public getStream ( ) : Horde_Stream
Résultat Horde_Stream The stream object.
Exemple #1
0
 /**
  */
 public function getStream()
 {
     return is_null($this->_data) ? new Horde_Stream_Temp() : parent::getStream();
 }