Zend Framework  1.12
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
Zend_Pdf_Action_GoTo Class Reference

Public Member Functions

 __construct (Zend_Pdf_Element $dictionary, SplObjectStorage $processedActions)
 Object constructor.
 
 setDestination (Zend_Pdf_Destination $destination)
 Set goto action destination.
 
 getDestination ()
 Get goto action destination.
 
- Public Member Functions inherited from Zend_Pdf_Action
 __construct (Zend_Pdf_Element $dictionary, SplObjectStorage $processedActions)
 Object constructor.
 
 getResource ()
 Get resource.
 
 dumpAction (Zend_Pdf_ElementFactory_Interface $factory, SplObjectStorage $processedActions=null)
 Dump Action and its child actions into PDF structures.
 
 current ()
 Returns current child action.
 
 key ()
 Returns current iterator key.
 
 next ()
 Go to next child.
 
 rewind ()
 Rewind children.
 
 valid ()
 Check if current position is valid.
 
 getChildren ()
 Returns the child action.
 
 hasChildren ()
 Implements RecursiveIterator interface.
 
 count ()
 count()
 
- Public Member Functions inherited from Zend_Pdf_Target
 getResource ()
 Get resource.
 

Static Public Member Functions

static create ($destination)
 Create new Zend_Pdf_Action_GoTo object using specified destination.
 
- Static Public Member Functions inherited from Zend_Pdf_Action
static load (Zend_Pdf_Element $dictionary, SplObjectStorage $processedActions=null)
 Load PDF action object using specified dictionary.
 
- Static Public Member Functions inherited from Zend_Pdf_Target
static load (Zend_Pdf_Element $resource)
 Parse resource and return it as an Action or Explicit Destination.
 

Protected Attributes

 $_destination
 
- Protected Attributes inherited from Zend_Pdf_Action
 $_actionDictionary
 
 $_originalNextList
 

Additional Inherited Members

- Public Attributes inherited from Zend_Pdf_Action
 $next = array()
 

Constructor & Destructor Documentation

__construct ( Zend_Pdf_Element  $dictionary,
SplObjectStorage  $processedActions 
)

Object constructor.

Parameters
Zend_Pdf_Element_Dictionary$dictionary
SplObjectStorage$processedActionslist of already processed action dictionaries, used to avoid cyclic references

Member Function Documentation

static create (   $destination)
static

Create new Zend_Pdf_Action_GoTo object using specified destination.

Parameters
Zend_Pdf_Destination | string$destination
Returns
Zend_Pdf_Action_GoTo
getDestination ( )

Get goto action destination.

Returns
Zend_Pdf_Destination
setDestination ( Zend_Pdf_Destination  $destination)

Set goto action destination.

Parameters
Zend_Pdf_Destination | string$destination
Returns
Zend_Pdf_Action_GoTo

Member Data Documentation

$_destination
protected