API Documentation

Pdf/Action/GoTo.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Pdf
subpackage
Actions
version
$Id: GoTo.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Pdf_Action_GoTo

Description

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.

Zend_Pdf_Action_GoTo

Extends from
Zend_Pdf_Action
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Pdf
subpackage
Actions
Properties
$_destination
Methods
__construct
create
setDestination
getDestination

Description

PDF 'Go to' action

Properties

$_destination

Zend_Pdf_Destination $_destination = ''

GoTo Action destination

Details

$_destination
Zend_Pdf_Destination
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( Zend_Pdf_Element_Dictionary $dictionary, SplObjectStorage $processedActions ) :

Object constructor

Arguments
$dictionary
Zend_Pdf_Element_Dictionary
$processedActions
SplObjectStorage
list of already processed action dictionaries, used to avoid cyclic references
Details
visibility
public
final
false
static
false

create

create( Zend_Pdf_Destination|string $destination ) : Zend_Pdf_Action_GoTo

Create new Zend_Pdf_Action_GoTo object using specified destination

Arguments
$destination
Zend_Pdf_Destinationstring
Details
visibility
public
final
false
static
true

getDestination

getDestination( ) : Zend_Pdf_Destination

Get goto action destination

Details
visibility
public
final
false
static
false

setDestination

setDestination( Zend_Pdf_Destination|string $destination ) : Zend_Pdf_Action_GoTo

Set goto action destination

Arguments
$destination
Zend_Pdf_Destinationstring
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.