Zend_Controller_Action_HelperBrokerLocated in /Controller/Action/HelperBroker.php (line 40)
static Zend_Loader_PluginLoader_Interface
$_pluginLoader
(line 52)
static Zend_Controller_Action_HelperBroker_PriorityStack
$_stack
= null (line 59)
$_helpers - Helper array
Zend_Controller_Action
$_actionController
(line 47)
$_actionController - ActionController reference
static addHelper (line 122)
addHelper() - Add helper objects
static addPath (line 111)
addPath() - Add path to repositories where Action_Helpers could be found.
static addPrefix (line 97)
addPrefix() - Add repository of helpers by prefix
static getExistingHelper (line 176)
getExistingHelper() - get helper by name
Static method to retrieve helper object. Only retrieves helpers already initialized with the broker (either via addHelper() or on-demand loading via getHelper()).
Throws an exception if the referenced helper does not exist in the stack; use hasHelper() to check if the helper is registered prior to retrieving it.
static getExistingHelpers (line 194)
Return all registered helpers as helper => object pairs
static getPluginLoader (line 81)
Retrieve PluginLoader
static getStack (line 233)
Lazy load the priority stack and return it
static getStaticHelper (line 149)
Retrieve or initialize a helper statically
Retrieves a helper object statically, loading on-demand if the helper does not already exist in the stack. Always returns a helper, unless the helper class cannot be found.
static hasHelper (line 205)
Is a particular helper loaded in the broker?
static removeHelper (line 217)
Remove a particular helper from the broker
static resetHelpers (line 133)
resetHelpers()
static setPluginLoader (line 67)
Set PluginLoader for use with broker
static _loadHelper (line 363)
Load a helper
static _normalizeHelperName (line 348)
Normalize helper name for lookups
getHelper (line 287)
getHelper() - get helper by name
notifyPostDispatch (line 274)
notifyPostDispatch() - called by action controller dispatch method
notifyPreDispatch (line 262)
notifyPreDispatch() - called by action controller dispatch method
__call (line 321)
Method overloading
__get (line 337)
Retrieve helper by name as object property
Documentation generated on Mon, 21 Jun 2010 15:26:31 -0400 by phpDocumentor 1.4.3