This class is the front most class for utilizing Zend_Tool_Project

A profile is a hierarchical set of resources that keep track of items within a specific project.

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

 Methods

create()

create() : \Zend_Tool_Project_Context_Zf_ActionMethod

Returns

\Zend_Tool_Project_Context_Zf_ActionMethod

createAcionMethod()

createActionMethod(string $controllerPath, string $actionName, string $body = '        // action body') : true
Static

Parameters

$controllerPath

string

$actionName

string

$body

string

Returns

true

delete()

delete() : \Zend_Tool_Project_Context_Zf_ActionMethod

Returns

\Zend_Tool_Project_Context_Zf_ActionMethod

getActionName()

getActionName() : string

Returns

string

getName()

getName() : string
inherited_from \Zend_Tool_Project_Context_Interface::getName()

Returns

string

getPersistentAttributes

getPersistentAttributes() : array

Returns

array

hasActionMethod()

hasActionMethod(string $controllerPath, string $actionName) : boolean
Static

Parameters

$controllerPath

string

$actionName

string

Returns

boolean

init()

init() : \Zend_Tool_Project_Context_Zf_ActionMethod

Returns

\Zend_Tool_Project_Context_Zf_ActionMethod

setActionName()

setActionName(string $actionName) : \Zend_Tool_Project_Context_Zf_ActionMethod

Parameters

$actionName

string

Returns

\Zend_Tool_Project_Context_Zf_ActionMethod

setResource()

setResource(\Zend_Tool_Project_Profile_Resource $resource) : \Zend_Tool_Project_Context_Zf_ActionMethod

Parameters

$resource

\Zend_Tool_Project_Profile_Resource

Returns

\Zend_Tool_Project_Context_Zf_ActionMethod

 Properties

 

$_actionName

$_actionName : string

Default

null
 

$_controllerPath

$_controllerPath : string

Default

''
 

$_controllerResource

$_controllerResource : \Zend_Tool_Project_Profile_Resource

Default

null
 

$_resource

$_resource : \Zend_Tool_Project_Profile_Resource

Default

null