Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Interface.php
Go to the documentation of this file.
1 <?php
31 {
37  public function getFactory();
38 
44  public function close();
45 
51  public function resolve();
52 
58  public function getId();
59 
65  public function setObjectCount($objCount);
66 
72  public function getObjectCount();
73 
80 
88 
96  public function cleanEnumerationShiftCache();
97 
106 
113  public function markAsModified(Zend_Pdf_Element_Object $obj);
114 
121  public function remove(Zend_Pdf_Element_Object $obj);
122 
131  public function newObject(Zend_Pdf_Element $objectValue);
132 
141  public function newStreamObject($streamValue);
142 
150  public function listModifiedObjects($rootFactory = null);
151 
157  public function isModified();
158 }
calculateShift(Zend_Pdf_ElementFactory_Interface $factory)
newObject(Zend_Pdf_Element $objectValue)
markAsModified(Zend_Pdf_Element_Object $obj)
attach(Zend_Pdf_ElementFactory_Interface $factory)
getEnumerationShift(Zend_Pdf_ElementFactory_Interface $factory)
listModifiedObjects($rootFactory=null)