Class Zend_Controller_Action_HelperBroker_PriorityStack

Description

Implements interfaces:

  • IteratorAggregate (internal interface)
  • ArrayAccess (internal interface)
  • Countable (internal interface)

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Controller/Action/HelperBroker/PriorityStack.php (line 30)


	
			
Variable Summary
Method Summary
Variables
mixed $_helpersByNameRef = array() (line 34)
  • access: protected
mixed $_helpersByPriority = array() (line 33)
  • access: protected
mixed $_nextDefaultPriority = 1 (line 35)
  • access: protected
Methods
count (line 201)

return the count of helpers

  • access: public
int count ()

Implementation of:
Countable::count
getHelpersByName (line 275)

return the helpers referenced by name

  • access: public
array getHelpersByName ()
getHighestPriority (line 255)

return the highest priority

  • access: public
int getHighestPriority ()
getIterator (line 91)

Return something iterable

  • access: public
array getIterator ()

Implementation of:
IteratorAggregate::getIterator
getLowestPriority (line 265)

return the lowest priority

  • access: public
int getLowestPriority ()
getNextFreeHigherPriority (line 213)

Find the next free higher priority. If an index is given, it will find the next free highest priority after it.

  • access: public
int getNextFreeHigherPriority ([int $indexPriority = null])
  • int $indexPriority: OPTIONAL
getNextFreeLowerPriority (line 235)

Find the next free lower priority. If an index is given, it will find the next free lower priority before it.

  • access: public
int getNextFreeLowerPriority ([int $indexPriority = null])
  • int $indexPriority
offsetExists (line 102)

offsetExists()

  • access: public
Zend_Controller_Action_HelperBroker_PriorityStack offsetExists (int|string $priorityOrHelperName)
  • int|string $priorityOrHelperName

Implementation of:
ArrayAccess::offsetExists
offsetGet (line 117)

offsetGet()

  • access: public
Zend_Controller_Action_HelperBroker_PriorityStack offsetGet (int|string $priorityOrHelperName)
  • int|string $priorityOrHelperName

Implementation of:
ArrayAccess::offsetGet
offsetSet (line 138)

offsetSet()

  • access: public

Implementation of:
ArrayAccess::offsetSet
offsetUnset (line 175)

offsetUnset()

  • access: public
Zend_Controller_Action_HelperBroker_PriorityStack offsetUnset (int|string $priorityOrHelperName)
  • int|string $priorityOrHelperName: Priority integer or the helper name

Implementation of:
ArrayAccess::offsetUnset
push (line 80)

push helper onto the stack

  • access: public
__get (line 43)

Magic property overloading for returning helper by name

  • access: public
Zend_Controller_Action_Helper_Abstract __get (string $helperName)
  • string $helperName: The helper name
__isset (line 58)

Magic property overloading for returning if helper is set by name

  • access: public
Zend_Controller_Action_Helper_Abstract __isset (string $helperName)
  • string $helperName: The helper name
__unset (line 69)

Magic property overloading for unsetting if helper is exists by name

  • access: public
Zend_Controller_Action_Helper_Abstract __unset (string $helperName)
  • string $helperName: The helper name

Documentation generated on Mon, 21 Jun 2010 15:39:38 -0400 by phpDocumentor 1.4.3