Controller/Action/HelperBroker/PriorityStack.php
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-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Controller
- Subpackage
- Zend_Controller_Action
- Version
- $Id: PriorityStack.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Controller_Action_HelperBroker_PriorityStack
- Implements
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods

__get(string $helperName) : \Zend_Controller_Action_Helper_AbstractMagic 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_AbstractMagic 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_AbstractMagic 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) : intFind 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) : intFind 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_PriorityStackoffsetExists()
| Name | Type | Description |
|---|---|---|
| $priorityOrHelperName | int | string |
| Type | Description |
|---|---|
| \Zend_Controller_Action_HelperBroker_PriorityStack |

offsetGet(int | string $priorityOrHelperName) : \Zend_Controller_Action_HelperBroker_PriorityStackoffsetGet()
| 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_PriorityStackoffsetSet()
| 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_PriorityStackoffsetUnset()
| 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_PriorityStackpush helper onto the stack
| Name | Type | Description |
|---|---|---|
| $helper | \Zend_Controller_Action_Helper_Abstract |
| Type | Description |
|---|---|
| \Zend_Controller_Action_HelperBroker_PriorityStack |