46 private $_parentObject =
null;
54 abstract public function getType();
93 $this->_parentObject = $parent;
104 return $this->_parentObject;
116 if ($this->_parentObject !==
null) {
117 $this->_parentObject->touch();
147 if (is_numeric($input)) {
148 #require_once 'Zend/Pdf/Element/Numeric.php'; 150 }
else if (is_bool($input)) {
151 #require_once 'Zend/Pdf/Element/Boolean.php'; 153 }
else if (is_array($input)) {
154 $pdfElementsArray = array();
155 $isDictionary =
false;
157 foreach ($input as $key =>
$value) {
158 if (is_string($key)) {
159 $isDictionary =
true;
165 #require_once 'Zend/Pdf/Element/Dictionary.php'; 168 #require_once 'Zend/Pdf/Element/Array.php'; 172 #require_once 'Zend/Pdf/Element/String.php';
makeClone(Zend_Pdf_ElementFactory $factory, array &$processed, $mode)
if($exist=($block->getProductCollection() && $block->getProductCollection() ->getSize())) $mode
const CLONE_MODE_FORCE_CLONING
setParentObject(Zend_Pdf_Element_Object $parent)
const CLONE_MODE_SKIP_PAGES