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.

__get(
string $helperName
)
:
\Zend_Controller_Action_Helper_Abstract
Magic property overloading for returning helper by name
Name | Type | Description |
---|---|---|
$helperName | string | The helper name |
Type | Description |
---|---|
\Zend_Controller_Action_Helper_Abstract |

__isset(
string $helperName
)
:
\Zend_Controller_Action_Helper_Abstract
Magic property overloading for returning if helper is set by name
Name | Type | Description |
---|---|---|
$helperName | string | The helper name |
Type | Description |
---|---|
\Zend_Controller_Action_Helper_Abstract |

__unset(
string $helperName
)
:
\Zend_Controller_Action_Helper_Abstract
Magic property overloading for unsetting if helper is exists by name
Name | Type | Description |
---|---|---|
$helperName | string | The helper name |
Type | Description |
---|---|
\Zend_Controller_Action_Helper_Abstract |

getNextFreeHigherPriority(
int $indexPriority
=
null
)
:
int
Find the next free higher priority. If an index is given, it will find the next free highest priority after it.
Name | Type | Description |
---|---|---|
$indexPriority | int | OPTIONAL |
Type | Description |
---|---|
int |

getNextFreeLowerPriority(
int $indexPriority
=
null
)
:
int
Find the next free lower priority. If an index is given, it will find the next free lower priority before it.
Name | Type | Description |
---|---|---|
$indexPriority | int |
Type | Description |
---|---|
int |

offsetExists(
int|string $priorityOrHelperName
)
:
\Zend_Controller_Action_HelperBroker_PriorityStack
offsetExists()
Name | Type | Description |
---|---|---|
$priorityOrHelperName | int|string |
Type | Description |
---|---|
\Zend_Controller_Action_HelperBroker_PriorityStack |

offsetGet(
int|string $priorityOrHelperName
)
:
\Zend_Controller_Action_HelperBroker_PriorityStack
offsetGet()
Name | Type | Description |
---|---|---|
$priorityOrHelperName | int|string |
Type | Description |
---|---|
\Zend_Controller_Action_HelperBroker_PriorityStack |

offsetSet(
int $priority, \Zend_Controller_Action_Helper_Abstract $helper
)
:
\Zend_Controller_Action_HelperBroker_PriorityStack
offsetSet()
Name | Type | Description |
---|---|---|
$priority | int | |
$helper | \Zend_Controller_Action_Helper_Abstract |
Type | Description |
---|---|
\Zend_Controller_Action_HelperBroker_PriorityStack |

offsetUnset(
int|string $priorityOrHelperName
)
:
\Zend_Controller_Action_HelperBroker_PriorityStack
offsetUnset()
Name | Type | Description |
---|---|---|
$priorityOrHelperName | int|string | Priority integer or the helper name |
Type | Description |
---|---|
\Zend_Controller_Action_HelperBroker_PriorityStack |

push(
\Zend_Controller_Action_Helper_Abstract $helper
)
:
\Zend_Controller_Action_HelperBroker_PriorityStack
push helper onto the stack
Name | Type | Description |
---|---|---|
$helper | \Zend_Controller_Action_Helper_Abstract |
Type | Description |
---|---|
\Zend_Controller_Action_HelperBroker_PriorityStack |