Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Tool_Framework_Action_Repository Class Reference

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()
 

Member Function Documentation

addAction ( Zend_Tool_Framework_Action_Interface  $action,
  $overrideExistingAction = false 
)
count ( )

count() required by the Countable interface

Returns
int
getAction (   $actionName)

getAction() - get an action by a specific name

Parameters
string$actionName
Returns
Zend_Tool_Framework_Action_Interface
getActions ( )

getActions() - get all actions in the repository

Returns
array
getIterator ( )

getIterator() - get all actions, this supports the IteratorAggregate interface

Returns
array
process ( )

process() - this is called when the client is done constructing (after init())

Returns
unknown
setRegistry ( Zend_Tool_Framework_Registry_Interface  $registry)

Member Data Documentation

$_actions = array()
protected
$_registry = null
protected