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

Public Member Functions

 init ()
 init()
 
 getPersistentAttributes ()
 getPersistentAttributes
 
 getName ()
 getName()
 
 setResource (Zend_Tool_Project_Profile_Resource $resource)
 setResource()
 
 setActionName ($actionName)
 setActionName()
 
 getActionName ()
 getActionName()
 
 create ()
 create()
 
 delete ()
 delete()
 

Static Public Member Functions

static createActionMethod ($controllerPath, $actionName, $body= '//action body')
 createAcionMethod()
 
static hasActionMethod ($controllerPath, $actionName)
 hasActionMethod()
 

Protected Attributes

 $_resource = null
 
 $_controllerResource = null
 
 $_controllerPath = ''
 
 $_actionName = null
 

Member Function Documentation

create ( )
static createActionMethod (   $controllerPath,
  $actionName,
  $body = '        // action body' 
)
static

createAcionMethod()

Parameters
string$controllerPath
string$actionName
string$body
Returns
true
delete ( )
getActionName ( )

getActionName()

Returns
string
getName ( )
getPersistentAttributes ( )

getPersistentAttributes

Returns
array
static hasActionMethod (   $controllerPath,
  $actionName 
)
static

hasActionMethod()

Parameters
string$controllerPath
string$actionName
Returns
bool
init ( )
setActionName (   $actionName)

setActionName()

Parameters
string$actionName
Returns
Zend_Tool_Project_Context_Zf_ActionMethod
setResource ( Zend_Tool_Project_Profile_Resource  $resource)

Member Data Documentation

$_actionName = null
protected
$_controllerPath = ''
protected
$_controllerResource = null
protected
$_resource = null
protected