API Documentation

Tool/Project/Context/Zf/ActionMethod.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: ActionMethod.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Tool_Project_Context_Zf_ActionMethod

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_Project_Context_Zf_ActionMethod

Implements
Zend_Tool_Project_Context_Interface
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
$_resource
$_controllerResource
$_controllerPath
$_actionName
Methods
init
getPersistentAttributes
getName
setResource
setActionName
getActionName
create
delete
createActionMethod
hasActionMethod

Description

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.

Properties

$_actionName

string $_actionName = 'null'

Details

$_actionName
string
visibility
protected
default
null
final
false
static
false

$_controllerPath

string $_controllerPath = ''

Details

$_controllerPath
string
visibility
protected
default
final
false
static
false

$_controllerResource

Zend_Tool_Project_Profile_Resource $_controllerResource = 'null'

Details

$_controllerResource
Zend_Tool_Project_Profile_Resource
visibility
protected
default
null
final
false
static
false

$_resource

Zend_Tool_Project_Profile_Resource $_resource = 'null'

Details

$_resource
Zend_Tool_Project_Profile_Resource
visibility
protected
default
null
final
false
static
false

Methods

create

create( ) : Zend_Tool_Project_Context_Zf_ActionMethod

create()

Details
visibility
public
final
false
static
false

createActionMethod

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

createAcionMethod()

Arguments
$controllerPath
string
$actionName
string
$body
string
Output
true
Details
visibility
public
final
false
static
true

delete

delete( ) : Zend_Tool_Project_Context_Zf_ActionMethod

delete()

Details
visibility
public
final
false
static
false

getActionName

getActionName( ) : string

getActionName()

Output
string
Details
visibility
public
final
false
static
false

getName

getName( ) : string

getName()

Output
string
Details
visibility
public
final
false
static
false

getPersistentAttributes

getPersistentAttributes( ) : array

getPersistentAttributes

Output
array
Details
visibility
public
final
false
static
false

hasActionMethod

hasActionMethod( string $controllerPath, string $actionName ) : bool

hasActionMethod()

Arguments
$controllerPath
string
$actionName
string
Output
bool
Details
visibility
public
final
false
static
true

init

init( ) : Zend_Tool_Project_Context_Zf_ActionMethod

init()

Details
visibility
public
final
false
static
false

setActionName

setActionName( string $actionName ) : Zend_Tool_Project_Context_Zf_ActionMethod

setActionName()

Arguments
$actionName
string
Details
visibility
public
final
false
static
false

setResource

setResource( Zend_Tool_Project_Profile_Resource $resource ) : Zend_Tool_Project_Context_Zf_ActionMethod

setResource()

Arguments
$resource
Zend_Tool_Project_Profile_Resource
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.