59 private $_dump =
null;
66 public function __construct($objNum, $genNum, $isFree, $dump =
null)
68 $this->_objNum = $objNum;
69 $this->_genNum = $genNum;
70 $this->_isFree = $isFree;
73 if (strlen($dump) > 1024) {
74 #require_once 'Zend/Pdf.php'; 90 return $this->_objNum;
100 return $this->_genNum;
110 return $this->_isFree;
120 if ($this->_dump ===
null) {
124 if (is_string($this->_dump)) {
128 return $this->_dump->getRef();
__construct($objNum, $genNum, $isFree, $dump=null)
static getMemoryManager()