Definition at line 41 of file ContentStream.php.
◆ __construct()
__construct |
( |
|
$contentStreamObject = '' | ) |
|
Object constructor.
- Parameters
-
- Exceptions
-
Definition at line 56 of file ContentStream.php.
58 if ($contentStreamObject !==
null &&
60 !is_string($contentStreamObject)
62 #require_once 'Zend/Pdf/Exception.php'; 63 throw new Zend_Pdf_Exception(
'Content stream parameter must be a string or stream object');
66 parent::__construct($contentStreamObject);
◆ addInstructions()
addInstructions |
( |
|
$instructions | ) |
|
◆ clear()
◆ flush()
Flush buffered content
Definition at line 107 of file ContentStream.php.
110 $this->_bufferedContent =
'';
◆ getInstructions()
Get current stream content
- Returns
- string
Definition at line 86 of file ContentStream.php.
89 return $this->_resource->value;
◆ $_bufferedContent
The documentation for this class was generated from the following file: