Pdf/Action/GoToE.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-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Pdf  
Subpackage
Actions  
Version
$Id: GoToE.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_Pdf_Action_GoToE

Package: Zend\Pdf\Actions
PDF 'Go to a destination in an embedded file' 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

>VPropertyprotected\Zend_Pdf_Element_Dictionary|\Zend_Pdf_Element_Object|\Zend_Pdf_Element_Reference $_actionDictionary
inherited
Action dictionary
Inherited from: \Zend_Pdf_Action::$$_actionDictionary
>VPropertyprotectedarray $_originalNextList
inherited
An original list of chained actions
Inherited from: \Zend_Pdf_Action::$$_originalNextList
Details
Type
array
Inherited_from
\Zend_Pdf_Action::$$_originalNextList  
>VPropertypublicarray $next = array()
inherited
A list of next actions in actions tree (used for actions chaining)
Inherited from: \Zend_Pdf_Action::$$next
Default valuearray()Details
Type
array
Inherited_from
\Zend_Pdf_Action::$$next  

Methods

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

Object constructor

Inherited from: \Zend_Pdf_Action::__construct()
Parameters
NameTypeDescription
$dictionary\Zend_Pdf_Element_Dictionary
$processedActions\SplObjectStorage

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

Throws
ExceptionDescription
\Zend_Pdf_Exception
methodpubliccount() : int
inherited

count()

Inherited from: \Zend_Pdf_Action::count()
Returns
TypeDescription
int
methodpubliccurrent() : \Zend_Pdf_Action
inherited

Returns current child action.

Inherited from: \Zend_Pdf_Action::current()
Returns
TypeDescription
\Zend_Pdf_Action
methodpublicgetChildren() : \Zend_Pdf_Action | null
inherited

Returns the child action.

Inherited from: \Zend_Pdf_Action::getChildren()
Returns
TypeDescription
\Zend_Pdf_Action | null
methodpublichasChildren() : bool
inherited

Implements RecursiveIterator interface.

Inherited from: \Zend_Pdf_Action::hasChildren()
Returns
TypeDescription
boolwhether container has any pages
methodpublickey() : integer
inherited

Returns current iterator key

Inherited from: \Zend_Pdf_Action::key()
Returns
TypeDescription
integer
methodpublicnext() : void
inherited

Go to next child

Inherited from: \Zend_Pdf_Action::next()
methodpublicrewind() : void
inherited

Rewind children

Inherited from: \Zend_Pdf_Action::rewind()
methodpublicvalid() : boolean
inherited

Check if current position is valid

Inherited from: \Zend_Pdf_Action::valid()
Returns
TypeDescription
boolean
Documentation was generated by phpDocumentor 2.0.0a12.