Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Abstract PDF action representation class

\Zend_Pdf_Element_Dictionary|\Zend_Pdf_Element_Object|\Zend_Pdf_Element_Reference
$_actionDictionary= ''
Action dictionary

array
$_originalNextList= ''
An original list of chained actions
Array of Zend_Pdf_Action objects
__construct(
\Zend_Pdf_Element_Dictionary $dictionary, \SplObjectStorage $processedActions
)
:
void
Object constructor
Name | Type | Description |
---|---|---|
$dictionary | \Zend_Pdf_Element_Dictionary | |
$processedActions | \SplObjectStorage | list of already processed action dictionaries, used to avoid cyclic references |
Exception | Description |
---|---|
\Zend_Pdf_Exception |

current(
)
:
\Zend_Pdf_Action
Returns current child action.
Type | Description |
---|---|
\Zend_Pdf_Action |

getChildren(
)
:
\Zend_Pdf_Action|null
Returns the child action.
Type | Description |
---|---|
\Zend_Pdf_Action|null |

hasChildren(
)
:
bool
Implements RecursiveIterator interface.
Type | Description |
---|---|
bool | whether container has any pages |