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 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_GoTo
Package: Zend_Pdf\Actions
PDF 'Go to' action
- Parent(s)
- \Zend_Pdf_Action < \Zend_Pdf_Target
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods
__construct(\Zend_Pdf_Element_Dictionary $dictionary, \SplObjectStorage $processedActions) : void
Object constructor
Parameters
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
static
Create new Zend_Pdf_Action_GoTo object using specified destination
Parameters
Returns
Name | Type | Description |
---|---|---|
$destination | \Zend_Pdf_Destination | string |
Type | Description |
---|---|
\Zend_Pdf_Action_GoTo |
getDestination() : \Zend_Pdf_Destination
Get goto action destination
Returns
Type | Description |
---|---|
\Zend_Pdf_Destination |
setDestination(\Zend_Pdf_Destination | string $destination) : \Zend_Pdf_Action_GoTo
Set goto action destination
Parameters
Returns
Name | Type | Description |
---|---|---|
$destination | \Zend_Pdf_Destination | string |
Type | Description |
---|---|
\Zend_Pdf_Action_GoTo |