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.
PDF 'Send data to a uniform resource locator' action PDF 1.2+ feature

__construct(
\Zend_Pdf_Element_Dictionary $dictionary, \SplObjectStorage $processedActions
)
:
void
Object constructor
Inherited from: \Zend_Pdf_Action::__construct()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.
Inherited from: \Zend_Pdf_Action::current()Type | Description |
---|---|
\Zend_Pdf_Action |

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

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

key(
)
:
integer
Returns current iterator key
Inherited from: \Zend_Pdf_Action::key()Type | Description |
---|---|
integer |

valid(
)
:
boolean
Check if current position is valid
Inherited from: \Zend_Pdf_Action::valid()Type | Description |
---|---|
boolean |