Zend Framework
1.12
|
Public Member Functions | |
__construct ($resource) | |
Object constructor. | |
__clone () | |
Clone page, extract it and dependent objects from the current document, so it can be used within other docs. | |
cloneResource ($factory, &$processed) | |
Clone resource, extract it and dependent objects from the current document, so it can be used within other docs. | |
getResource () | |
Get resource. | |
getFactory () | |
Get factory. | |
Protected Attributes | |
$_objectFactory | |
$_resource | |
__construct | ( | $resource | ) |
Object constructor.
If resource is not a Zend_Pdf_Element object, then stream object with specified value is generated.
Zend_Pdf_Element | string | $resource |
__clone | ( | ) |
Clone page, extract it and dependent objects from the current document, so it can be used within other docs.
cloneResource | ( | $factory, | |
& | $processed | ||
) |
Clone resource, extract it and dependent objects from the current document, so it can be used within other docs.
getFactory | ( | ) |
Get factory.
getResource | ( | ) |
Get resource.
Used to reference resource in an internal PDF data structures (resource dictionaries)
|
protected |
|
protected |