Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Pdf_Element $dictionary, SplObjectStorage $processedActions) | |
Object constructor. | |
setDestination (Zend_Pdf_Destination $destination) | |
Set goto action destination. | |
getDestination () | |
Get goto action destination. | |
![]() | |
__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 | create ($destination) |
Create new Zend_Pdf_Action_GoTo object using specified destination. | |
![]() | |
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. | |
Protected Attributes | |
$_destination | |
![]() | |
$_actionDictionary | |
$_originalNextList | |
Additional Inherited Members | |
![]() | |
$next = array() | |
__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 |
|
static |
Create new Zend_Pdf_Action_GoTo object using specified destination.
Zend_Pdf_Destination | string | $destination |
getDestination | ( | ) |
Get goto action destination.
setDestination | ( | Zend_Pdf_Destination | $destination | ) |
Set goto action destination.
Zend_Pdf_Destination | string | $destination |
|
protected |