Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (Zend_Pdf_Element $dictionary, SplObjectStorage $processedActions) | |
setDestination (Zend_Pdf_Destination $destination) | |
getDestination () | |
![]() | |
__construct (Zend_Pdf_Element $dictionary, SplObjectStorage $processedActions) | |
getResource () | |
dumpAction (Zend_Pdf_ElementFactory_Interface $factory, SplObjectStorage $processedActions=null) | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
getChildren () | |
hasChildren () | |
count () | |
![]() | |
getResource () | |
Static Public Member Functions | |
static | create ($destination) |
![]() | |
static | load (Zend_Pdf_Element $dictionary, SplObjectStorage $processedActions=null) |
![]() | |
static | load (Zend_Pdf_Element $resource) |
Protected Attributes | |
$_destination | |
![]() | |
$_actionDictionary | |
$_originalNextList | |
Additional Inherited Members | |
![]() | |
$next = array() | |
__construct | ( | Zend_Pdf_Element | $dictionary, |
SplObjectStorage | $processedActions | ||
) |
Object constructor
Zend_Pdf_Element_Dictionary | $dictionary | |
SplObjectStorage | $processedActions | list of already processed action dictionaries, used to avoid cyclic references |
Definition at line 57 of file GoTo.php.
|
static |
Create new Zend_Pdf_Action_GoTo object using specified destination
Zend_Pdf_Destination | string | $destination |
Definition at line 70 of file GoTo.php.
getDestination | ( | ) |
setDestination | ( | Zend_Pdf_Destination | $destination | ) |
Set goto action destination
Zend_Pdf_Destination | string | $destination |
Definition at line 97 of file GoTo.php.