|
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 () | |
Public Member Functions inherited from Zend_Pdf_Action | |
| __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 () | |
Public Member Functions inherited from Zend_Pdf_Target | |
| getResource () | |
Static Public Member Functions | |
| static | create ($destination) |
Static Public Member Functions inherited from Zend_Pdf_Action | |
| static | load (Zend_Pdf_Element $dictionary, SplObjectStorage $processedActions=null) |
Static Public Member Functions inherited from Zend_Pdf_Target | |
| static | load (Zend_Pdf_Element $resource) |
Protected Attributes | |
| $_destination | |
Protected Attributes inherited from Zend_Pdf_Action | |
| $_actionDictionary | |
| $_originalNextList | |
Additional Inherited Members | |
Data Fields inherited from Zend_Pdf_Action | |
| $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.