Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($val, $objNum, $genNum, Zend_Pdf_ElementFactory $factory, $dictionary=null) | |
__get ($property) | |
__set ($property, $value) | |
skipFilters () | |
__call ($method, $args) | |
makeClone (Zend_Pdf_ElementFactory $factory, array &$processed, $mode) | |
dump (Zend_Pdf_ElementFactory $factory) | |
cleanUp () | |
![]() | |
__construct (Zend_Pdf_Element $val, $objNum, $genNum, Zend_Pdf_ElementFactory $factory) | |
getFactory () | |
getType () | |
getObjNum () | |
getGenNum () | |
toString ($factory=null) | |
dump (Zend_Pdf_ElementFactory $factory) | |
__get ($property) | |
__set ($property, $value) | |
__call ($method, $args) | |
makeClone (Zend_Pdf_ElementFactory $factory, array &$processed, $mode) | |
touch () | |
getObject () | |
cleanUp () | |
toPhp () | |
![]() | |
getType () | |
toString ($factory=null) | |
makeClone (Zend_Pdf_ElementFactory $factory, array &$processed, $mode) | |
setParentObject (Zend_Pdf_Element_Object $parent) | |
getParentObject () | |
touch () | |
cleanUp () | |
toPhp () | |
Additional Inherited Members | |
![]() | |
static | phpToPdf ($input) |
![]() | |
const | TYPE_BOOL = 1 |
const | TYPE_NUMERIC = 2 |
const | TYPE_STRING = 3 |
const | TYPE_NAME = 4 |
const | TYPE_ARRAY = 5 |
const | TYPE_DICTIONARY = 6 |
const | TYPE_STREAM = 7 |
const | TYPE_NULL = 11 |
const | CLONE_MODE_SKIP_PAGES = 1 |
const | CLONE_MODE_FORCE_CLONING = 2 |
![]() | |
$_value | |
$_objNum | |
$_genNum | |
$_factory | |
Definition at line 40 of file Stream.php.
__construct | ( | $val, | |
$objNum, | |||
$genNum, | |||
Zend_Pdf_ElementFactory | $factory, | ||
$dictionary = null |
|||
) |
Object constructor
mixed | $val | |
integer | $objNum | |
integer | $genNum | |
Zend_Pdf_ElementFactory | $factory | |
Zend_Pdf_Element_Dictionary | null | $dictionary |
Zend_Pdf_Exception |
Definition at line 78 of file Stream.php.
__call | ( | $method, | |
$args | |||
) |
Call handler
string | $method | |
array | $args |
Definition at line 362 of file Stream.php.
__get | ( | $property | ) |
Get handler
string | $property |
Zend_Pdf_Exception |
If stream is not decoded yet, then store original decoding options (do it only once).
Definition at line 297 of file Stream.php.
__set | ( | $property, | |
$value | |||
) |
Set handler
string | $property | |
mixed | $value |
Definition at line 329 of file Stream.php.
cleanUp | ( | ) |
Clean up resources, used by object
Definition at line 448 of file Stream.php.
dump | ( | Zend_Pdf_ElementFactory | $factory | ) |
Dump object to a string to save within PDF file
$factory parameter defines operation context.
Zend_Pdf_ElementFactory | $factory |
Definition at line 419 of file Stream.php.
makeClone | ( | Zend_Pdf_ElementFactory | $factory, |
array & | $processed, | ||
$mode | |||
) |
Detach PDF object from the factory (if applicable), clone it and attach to new factory.
Zend_Pdf_ElementFactory | $factory | The factory to attach |
array | &$processed | List of already processed indirect objects, used to avoid objects duplication |
integer | $mode | Cloning mode (defines filter for objects cloning) |
Definition at line 387 of file Stream.php.
skipFilters | ( | ) |
Treat stream data as already encoded
Definition at line 349 of file Stream.php.