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.
$_helpersByNameRef = 'array'
$_helpersByPriority = 'array'
$_nextDefaultPriority = '1'
__get(
string $helperName
)
:
Zend_Controller_Action_Helper_Abstract
Magic property overloading for returning helper by name
__isset(
string $helperName
)
:
Zend_Controller_Action_Helper_Abstract
Magic property overloading for returning if helper is set by name
__unset(
string $helperName
)
:
Zend_Controller_Action_Helper_Abstract
Magic property overloading for unsetting if helper is exists by name
count(
)
:
int
return the count of helpers
getHelpersByName(
)
:
array
return the helpers referenced by name
getHighestPriority(
)
:
int
return the highest priority
getIterator(
)
:
array
Return something iterable
getLowestPriority(
)
:
int
return the lowest priority
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.
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.
offsetExists(
int|string $priorityOrHelperName
)
:
Zend_Controller_Action_HelperBroker_PriorityStack
offsetExists()
offsetGet(
int|string $priorityOrHelperName
)
:
Zend_Controller_Action_HelperBroker_PriorityStack
offsetGet()
offsetSet(
int $priority, Zend_Controller_Action_Helper_Abstract $helper
)
:
Zend_Controller_Action_HelperBroker_PriorityStack
offsetSet()
offsetUnset(
int|string $priorityOrHelperName
)
:
Zend_Controller_Action_HelperBroker_PriorityStack
offsetUnset()
push(
Zend_Controller_Action_Helper_Abstract $helper
)
:
Zend_Controller_Action_HelperBroker_PriorityStack
push helper onto the stack