Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Pdf_Element $dictionary, SplObjectStorage $processedActions) | |
Object constructor. | |
getResource () | |
Get resource. | |
dumpAction (Zend_Pdf_ElementFactory_Interface $factory, SplObjectStorage $processedActions=null) | |
Dump Action and its child actions into PDF structures. | |
current () | |
Returns current child action. | |
key () | |
Returns current iterator key. | |
next () | |
Go to next child. | |
rewind () | |
Rewind children. | |
valid () | |
Check if current position is valid. | |
getChildren () | |
Returns the child action. | |
hasChildren () | |
Implements RecursiveIterator interface. | |
count () | |
count() | |
![]() | |
getResource () | |
Get resource. | |
Static Public Member Functions | |
static | load (Zend_Pdf_Element $dictionary, SplObjectStorage $processedActions=null) |
Load PDF action object using specified dictionary. | |
![]() | |
static | load (Zend_Pdf_Element $resource) |
Parse resource and return it as an Action or Explicit Destination. | |
Public Attributes | |
$next = array() | |
Protected Attributes | |
$_actionDictionary | |
$_originalNextList | |
__construct | ( | Zend_Pdf_Element | $dictionary, |
SplObjectStorage | $processedActions | ||
) |
Object constructor.
Zend_Pdf_Element_Dictionary | $dictionary | |
SplObjectStorage | $processedActions | list of already processed action dictionaries, used to avoid cyclic references |
Zend_Pdf_Exception |
count | ( | ) |
current | ( | ) |
Returns current child action.
dumpAction | ( | Zend_Pdf_ElementFactory_Interface | $factory, |
SplObjectStorage | $processedActions = null |
||
) |
Dump Action and its child actions into PDF structures.
Returns dictionary indirect object or reference
getChildren | ( | ) |
Returns the child action.
getResource | ( | ) |
Get resource.
hasChildren | ( | ) |
Implements RecursiveIterator interface.
key | ( | ) |
Returns current iterator key.
|
static |
Load PDF action object using specified dictionary.
next | ( | ) |
Go to next child.
rewind | ( | ) |
Rewind children.
valid | ( | ) |
Check if current position is valid.
|
protected |
|
protected |
$next = array() |