Pdf/Action/GoTo.php

Show: PublicProtectedPrivateinherited
Table of Contents
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

>VPropertyprotected\Zend_Pdf_Destination $_destination
GoTo Action destination

Methods

methodpublic__construct(\Zend_Pdf_Element_Dictionary $dictionary, \SplObjectStorage $processedActions) : void

Object constructor

Parameters
NameTypeDescription
$dictionary\Zend_Pdf_Element_Dictionary
$processedActions\SplObjectStorage

list of already processed action dictionaries, used to avoid cyclic references

methodpubliccreate(\Zend_Pdf_Destination | string $destination) : \Zend_Pdf_Action_GoTo
static

Create new Zend_Pdf_Action_GoTo object using specified destination

Parameters
NameTypeDescription
$destination\Zend_Pdf_Destination | string
Returns
TypeDescription
\Zend_Pdf_Action_GoTo
methodpublicgetDestination() : \Zend_Pdf_Destination

Get goto action destination

Returns
TypeDescription
\Zend_Pdf_Destination
methodpublicsetDestination(\Zend_Pdf_Destination | string $destination) : \Zend_Pdf_Action_GoTo

Set goto action destination

Parameters
NameTypeDescription
$destination\Zend_Pdf_Destination | string
Returns
TypeDescription
\Zend_Pdf_Action_GoTo
Documentation was generated by phpDocumentor 2.2.0 .