Located in /Controller/Action/HelperBroker.php (line 40)
$_helpers - Helper array
$_actionController - ActionController reference
addHelper() - Add helper objects
addPath() - Add path to repositories where Action_Helpers could be found.
addPrefix() - Add repository of helpers by prefix
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.
Return all registered helpers as helper => object pairs
Retrieve PluginLoader
Lazy load the priority stack and return it
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.
Is a particular helper loaded in the broker?
Remove a particular helper from the broker
resetHelpers()
Set PluginLoader for use with broker
Load a helper
Normalize helper name for lookups
getHelper() - get helper by name
notifyPostDispatch() - called by action controller dispatch method
notifyPreDispatch() - called by action controller dispatch method
Method overloading
Retrieve helper by name as object property
Documentation generated on Mon, 21 Jun 2010 15:26:31 -0400 by phpDocumentor 1.4.3