Definition at line 30 of file UpdateInfoContainer.php.
◆ __construct()
__construct |
( |
|
$objNum, |
|
|
|
$genNum, |
|
|
|
$isFree, |
|
|
|
$dump = null |
|
) |
| |
Object constructor
- Parameters
-
Definition at line 66 of file UpdateInfoContainer.php.
68 $this->_objNum = $objNum;
69 $this->_genNum = $genNum;
70 $this->_isFree = $isFree;
73 if (strlen($dump) > 1024) {
74 #require_once 'Zend/Pdf.php'; static getMemoryManager()
◆ getGenNum()
◆ getObjectDump()
Get string representation of the object
- Returns
- string
Definition at line 118 of file UpdateInfoContainer.php.
120 if ($this->_dump ===
null) {
124 if (is_string($this->_dump)) {
128 return $this->_dump->getRef();
◆ getObjNum()
◆ isFree()
The documentation for this class was generated from the following file: