Pdf/Action/GoTo.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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Pdf
- Subpackage
- Actions
- Version
- $Id: GoTo.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Pdf_Action_GoTo
PDF 'Go to' action
- Parent(s)
- \Zend_Pdf_Action < \Zend_Pdf_Target
- Copyright
- Copyright (c) 2005-2012 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 =


array $_originalNextList =
An original list of chained actions
<p>Array of Zend_Pdf_Action objects</p>Inherited from: \Zend_Pdf_Action::$$_originalNextList- Type
- array
- Inherited_from
- \Zend_Pdf_Action::$$_originalNextList


array $next = array()
A list of next actions in actions tree (used for actions chaining)
<p>Array of Zend_Pdf_Action objects</p>Inherited from: \Zend_Pdf_Action::$$nextarray()
Details- Type
- array
- Inherited_from
- \Zend_Pdf_Action::$$next
Methods


__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 |


create(\Zend_Pdf_Destination | string $destination) : \Zend_Pdf_Action_GoTo
Create new Zend_Pdf_Action_GoTo object using specified destination
Name | Type | Description |
---|---|---|
$destination | \Zend_Pdf_Destination | string |
Type | Description |
---|---|
\Zend_Pdf_Action_GoTo |


getDestination() : \Zend_Pdf_Destination
Get goto action destination
Type | Description |
---|---|
\Zend_Pdf_Destination |


setDestination(\Zend_Pdf_Destination | string $destination) : \Zend_Pdf_Action_GoTo
Set goto action destination
Name | Type | Description |
---|---|---|
$destination | \Zend_Pdf_Destination | string |
Type | Description |
---|---|
\Zend_Pdf_Action_GoTo |