Controller/Action/HelperBroker/PriorityStack.php
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.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Controller
- Subpackage
- Zend_Controller_Action
- Version
- $Id$
\Zend_Controller_Action_HelperBroker_PriorityStack
Package: Zend_Controller\Zend_Controller_Action
- Implements
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods
__get(string $helperName) : \Zend_Controller_Action_Helper_Abstract
Magic property overloading for returning helper by name
Parameters
Returns
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
Parameters
Returns
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
Parameters
Returns
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.
Parameters
Returns
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.
Parameters
Returns
Name | Type | Description |
---|---|---|
$indexPriority | int |
Type | Description |
---|---|
int |
offsetExists(int | string $priorityOrHelperName) : \Zend_Controller_Action_HelperBroker_PriorityStack
offsetExists()
Parameters
Returns
Name | Type | Description |
---|---|---|
$priorityOrHelperName | int | string |
Type | Description |
---|---|
\Zend_Controller_Action_HelperBroker_PriorityStack |
offsetGet(int | string $priorityOrHelperName) : \Zend_Controller_Action_HelperBroker_PriorityStack
offsetGet()
Parameters
Returns
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()
Parameters
Returns
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()
Parameters
Returns
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
Parameters
Returns
Name | Type | Description |
---|---|---|
$helper | \Zend_Controller_Action_Helper_Abstract |
Type | Description |
---|---|
\Zend_Controller_Action_HelperBroker_PriorityStack |