API Documentation

Tool/Framework/Action/Repository.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
subpackage
Framework
version
$Id: Repository.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Tool_Framework_Action_Repository

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Tool_Framework_Action_Repository

Implements
Zend_Tool_Framework_Registry_EnabledInterface
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
Properties
$_registry
$_actions
Methods
setRegistry
addAction
process
getActions
getAction
count
getIterator

Description

Properties

$_actions

array $_actions = 'array'

Details

$_actions
array
visibility
protected
default
array
final
false
static
false

$_registry

Zend_Tool_Framework_Registry_Interface $_registry = 'null'

Details

$_registry
Zend_Tool_Framework_Registry_Interface
visibility
protected
default
null
final
false
static
false

Methods

addAction

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

addAction()

Arguments
$action
Zend_Tool_Framework_Action_Interface
$overrideExistingAction
Details
visibility
public
final
false
static
false

count

count( ) : int

count() required by the Countable interface

Output
int
Details
visibility
public
final
false
static
false

getAction

getAction( string $actionName ) : Zend_Tool_Framework_Action_Interface

getAction() - get an action by a specific name

Arguments
$actionName
string
Details
visibility
public
final
false
static
false

getActions

getActions( ) : array

getActions() - get all actions in the repository

Output
array
Details
visibility
public
final
false
static
false

getIterator

getIterator( ) : array

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

Output
array
Details
visibility
public
final
false
static
false

process

process( ) : unknown

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

Output
unknown
Details
visibility
public
final
false
static
false

setRegistry

setRegistry( Zend_Tool_Framework_Registry_Interface $registry ) :

setRegistry()

Arguments
$registry
Zend_Tool_Framework_Registry_Interface
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.