Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
zendframework1
library
Zend
Pdf
ElementFactory
Interface.php
Go to the documentation of this file.
1
<?php
30
interface
Zend_Pdf_ElementFactory_Interface
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
79
public
function
attach
(
Zend_Pdf_ElementFactory_Interface
$factory
);
80
87
public
function
calculateShift
(
Zend_Pdf_ElementFactory_Interface
$factory
);
88
96
public
function
cleanEnumerationShiftCache
();
97
105
public
function
getEnumerationShift
(
Zend_Pdf_ElementFactory_Interface
$factory
);
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
}
Zend_Pdf_ElementFactory_Interface\isModified
isModified()
Zend_Pdf_Element_Object
Definition:
Object.php:35
Zend_Pdf_ElementFactory_Interface\getId
getId()
Zend_Pdf_ElementFactory_Interface\calculateShift
calculateShift(Zend_Pdf_ElementFactory_Interface $factory)
Zend_Pdf_ElementFactory_Interface\newObject
newObject(Zend_Pdf_Element $objectValue)
Zend_Pdf_ElementFactory_Interface\markAsModified
markAsModified(Zend_Pdf_Element_Object $obj)
Zend_Pdf_ElementFactory_Interface\getObjectCount
getObjectCount()
Zend_Pdf_ElementFactory_Interface\setObjectCount
setObjectCount($objCount)
Zend_Pdf_Element
Definition:
Element.php:30
Zend_Pdf_ElementFactory_Interface\close
close()
Zend_Pdf_ElementFactory_Interface
Definition:
Interface.php:30
Zend_Pdf_ElementFactory_Interface\getFactory
getFactory()
Zend_Pdf_ElementFactory_Interface\attach
attach(Zend_Pdf_ElementFactory_Interface $factory)
Zend_Pdf_ElementFactory_Interface\resolve
resolve()
Zend_Pdf_ElementFactory_Interface\newStreamObject
newStreamObject($streamValue)
$factory
$factory
Definition:
category_multiple_stores.php:10
Zend_Pdf_ElementFactory_Interface\cleanEnumerationShiftCache
cleanEnumerationShiftCache()
Zend_Pdf_ElementFactory_Interface\getEnumerationShift
getEnumerationShift(Zend_Pdf_ElementFactory_Interface $factory)
Zend_Pdf_ElementFactory_Interface\listModifiedObjects
listModifiedObjects($rootFactory=null)