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

Public Member Functions

 __construct ($options=null)
 constructor -
 
 setName ($name)
 setName()
 
 getName ()
 getName()
 

Protected Member Functions

 _parseName ()
 _parseName - internal method to determine the name of an action when one is not explicity provided.
 

Protected Attributes

 $_name = null
 

Constructor & Destructor Documentation

__construct (   $options = null)

constructor -

Parameters
unknown_type$options

Member Function Documentation

_parseName ( )
protected

_parseName - internal method to determine the name of an action when one is not explicity provided.

Parameters
Zend_Tool_Framework_Action_Interface$action
Returns
string
getName ( )
setName (   $name)

setName()

Parameters
string$name
Returns
Zend_Tool_Framework_Action_Base

Member Data Documentation

$_name = null
protected