|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (Zend_Pdf_ElementFactory_Interface $factory) | |
| __destruct () | |
| getFactory () | |
| close () | |
| resolve () | |
| getId () | |
| setObjectCount ($objCount) | |
| getObjectCount () | |
| attach (Zend_Pdf_ElementFactory_Interface $factory) | |
| calculateShift (Zend_Pdf_ElementFactory_Interface $factory) | |
| cleanEnumerationShiftCache () | |
| getEnumerationShift (Zend_Pdf_ElementFactory_Interface $factory) | |
| markAsModified (Zend_Pdf_Element_Object $obj) | |
| remove (Zend_Pdf_Element_Object $obj) | |
| newObject (Zend_Pdf_Element $objectValue) | |
| newStreamObject ($streamValue) | |
| listModifiedObjects ($rootFactory=null) | |
| isModified () | |
| __construct | ( | Zend_Pdf_ElementFactory_Interface | $factory | ) |
Object constructor
| Zend_Pdf_ElementFactory_Interface | $factory |
| __destruct | ( | ) |
| attach | ( | Zend_Pdf_ElementFactory_Interface | $factory | ) |
Attach factory to the current;
| Zend_Pdf_ElementFactory_Interface | $factory |
Implements Zend_Pdf_ElementFactory_Interface.
Definition at line 124 of file Proxy.php.
| calculateShift | ( | Zend_Pdf_ElementFactory_Interface | $factory | ) |
Calculate object enumeration shift.
Implements Zend_Pdf_ElementFactory_Interface.
Definition at line 136 of file Proxy.php.
| cleanEnumerationShiftCache | ( | ) |
Clean enumeration shift cache. Has to be used after PDF render operation to let followed updates be correct.
| Zend_Pdf_ElementFactory_Interface | $factory |
Implements Zend_Pdf_ElementFactory_Interface.
| close | ( | ) |
Close factory and clean-up resources
Implements Zend_Pdf_ElementFactory_Interface.
| getEnumerationShift | ( | Zend_Pdf_ElementFactory_Interface | $factory | ) |
Retrive object enumeration shift.
| Zend_Pdf_ElementFactory_Interface | $factory |
| Zend_Pdf_Exception |
Implements Zend_Pdf_ElementFactory_Interface.
Definition at line 160 of file Proxy.php.
| getFactory | ( | ) |
Get factory
Implements Zend_Pdf_ElementFactory_Interface.
| getId | ( | ) |
| getObjectCount | ( | ) |
| isModified | ( | ) |
| listModifiedObjects | ( | $rootFactory = null | ) |
Enumerate modified objects. Returns array of Zend_Pdf_UpdateInfoContainer
| Zend_Pdf_ElementFactory | $rootFactory |
Implements Zend_Pdf_ElementFactory_Interface.
| markAsModified | ( | Zend_Pdf_Element_Object | $obj | ) |
Mark object as modified in context of current factory.
| Zend_Pdf_Element_Object | $obj |
| Zend_Pdf_Exception |
Implements Zend_Pdf_ElementFactory_Interface.
| newObject | ( | Zend_Pdf_Element | $objectValue | ) |
Generate new Zend_Pdf_Element_Object
| Zend_Pdf_Element | $objectValue |
Implements Zend_Pdf_ElementFactory_Interface.
| newStreamObject | ( | $streamValue | ) |
Generate new Zend_Pdf_Element_Object_Stream
| mixed | $objectValue |
Implements Zend_Pdf_ElementFactory_Interface.
| remove | ( | Zend_Pdf_Element_Object | $obj | ) |
Remove object in context of current factory.
| Zend_Pdf_Element_Object | $obj |
| Zend_Pdf_Exception |
Implements Zend_Pdf_ElementFactory_Interface.
| resolve | ( | ) |
Get source factory object
Implements Zend_Pdf_ElementFactory_Interface.
| setObjectCount | ( | $objCount | ) |