Pdf/Action.php
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.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Pdf
- Subpackage
- Actions
- Version
- $Id$
\Zend_Pdf_Action
Package: Zend_Pdf\Actions
Abstract PDF action representation class
- Implements
- Parent(s)
- \Zend_Pdf_Target
- Children
- \Zend_Pdf_Action_GoToE
- \Zend_Pdf_Action_SetOCGState
- \Zend_Pdf_Action_GoTo3DView
- \Zend_Pdf_Action_GoToR
- \Zend_Pdf_Action_Unknown
- \Zend_Pdf_Action_ImportData
- \Zend_Pdf_Action_Rendition
- \Zend_Pdf_Action_Named
- \Zend_Pdf_Action_JavaScript
- \Zend_Pdf_Action_Hide
- \Zend_Pdf_Action_GoTo
- \Zend_Pdf_Action_URI
- \Zend_Pdf_Action_ResetForm
- \Zend_Pdf_Action_Sound
- \Zend_Pdf_Action_Movie
- \Zend_Pdf_Action_SubmitForm
- \Zend_Pdf_Action_Thread
- \Zend_Pdf_Action_Launch
- \Zend_Pdf_Action_Trans
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
\Zend_Pdf_Element_Dictionary|\Zend_Pdf_Element_Object|\Zend_Pdf_Element_Reference $_actionDictionary
Action dictionary
Methods
__construct(\Zend_Pdf_Element_Dictionary $dictionary, \SplObjectStorage $processedActions) : void
Object constructor
Parameters
Throws
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 |
getChildren() : \Zend_Pdf_Action | null
Returns the child action.
Returns
Type | Description |
---|---|
\Zend_Pdf_Action | null |
hasChildren() : bool
Implements RecursiveIterator interface.
Returns
Type | Description |
---|---|
bool | whether container has any pages |