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 'Go to' action

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

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 |