Zend Framework
1.12
|
Public Member Functions | |
setRegistry (Zend_Tool_Framework_Registry_Interface $registry) | |
setRegistry() | |
addAction (Zend_Tool_Framework_Action_Interface $action, $overrideExistingAction=false) | |
addAction() | |
process () | |
process() - this is called when the client is done constructing (after init()) | |
getActions () | |
getActions() - get all actions in the repository | |
getAction ($actionName) | |
getAction() - get an action by a specific name | |
count () | |
count() required by the Countable interface | |
getIterator () | |
getIterator() - get all actions, this supports the IteratorAggregate interface | |
Protected Attributes | |
$_registry = null | |
$_actions = array() | |
addAction | ( | Zend_Tool_Framework_Action_Interface | $action, |
$overrideExistingAction = false |
|||
) |
Zend_Tool_Framework_Action_Interface | $action |
count | ( | ) |
count() required by the Countable interface
getAction | ( | $actionName | ) |
getAction() - get an action by a specific name
string | $actionName |
getActions | ( | ) |
getActions() - get all actions in the repository
getIterator | ( | ) |
getIterator() - get all actions, this supports the IteratorAggregate interface
process | ( | ) |
process() - this is called when the client is done constructing (after init())
setRegistry | ( | Zend_Tool_Framework_Registry_Interface | $registry | ) |
Zend_Tool_Framework_Registry_Interface | $registry |
Implements Zend_Tool_Framework_Registry_EnabledInterface.
|
protected |
|
protected |