Definition at line 30 of file Trailer.php.
◆ __construct()
Object constructor
- Parameters
-
Definition at line 62 of file Trailer.php.
66 foreach ($this->_dict->getKeys() as $dictKey) {
67 $this->_checkDictKey($dictKey);
◆ __get()
Get handler
- Parameters
-
- Returns
- mixed
Definition at line 77 of file Trailer.php.
79 return $this->_dict->$property;
◆ __set()
__set |
( |
|
$property, |
|
|
|
$value |
|
) |
| |
Set handler
- Parameters
-
string | $property | |
mixed | $value | |
Definition at line 88 of file Trailer.php.
90 $this->_checkDictKey($property);
91 $this->_dict->$property =
$value;
◆ getLastFreeObject()
Get header of free objects list Returns object number of last free object
- Returns
- integer
◆ getPDFLength()
Get length of source PDF
- Returns
- string
◆ getPDFString()
Get PDF String
- Returns
- string
◆ toString()
Return string trailer representation
- Returns
- string
Definition at line 99 of file Trailer.php.
101 return "trailer\n" . $this->_dict->toString() .
"\n";
The documentation for this class was generated from the following file:
- vendor/magento/zendframework1/library/Zend/Pdf/Trailer.php