category Zend
package Zend_Tool
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

addAction()

addAction(\Zend_Tool_Framework_Action_Interface $action, $overrideExistingAction = false) : \Zend_Tool_Framework_Action_Repository

Parameters

$action

\Zend_Tool_Framework_Action_Interface

$overrideExistingAction

Returns

\Zend_Tool_Framework_Action_Repository

count() required by the Countable interface

count() : integer

Returns

integer

getAction() - get an action by a specific name

getAction(string $actionName) : \Zend_Tool_Framework_Action_Interface

Parameters

$actionName

string

Returns

\Zend_Tool_Framework_Action_Interface

getActions() - get all actions in the repository

getActions() : array

Returns

array

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

getIterator() : array

Returns

array

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

process() : \unknown

Returns

\unknown

setRegistry()

setRegistry(\Zend_Tool_Framework_Registry_Interface $registry) 
inherited_from \Zend_Tool_Framework_Registry_EnabledInterface::setRegistry()

Parameters

$registry

\Zend_Tool_Framework_Registry_Interface

 Properties

 

$_actions

$_actions : array

Default

array()
 

$_registry

$_registry : \Zend_Tool_Framework_Registry_Interface

Default

null