Located in /Controller/Action/HelperBroker.php (line 38)
$_helpers - Helper array
$_paths - paths to Action_Helpers
$_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.
Is a particular helper loaded in the broker?
Remove a particular helper from the broker
resetHelpers()
_loadHelper()
Normalize helper name for lookups
getHelper() - get helper by name
notifyPostDispatch() - called by action controller dispatch method
notifyPreDispatch() - called by action controller dispatch method
__call()
Documentation generated on Sun, 27 May 2007 23:24:30 -0700 by phpDocumentor 1.3.2