Zend Framework
1.12
|
Public Member Functions | |
create ($name, $controllerName= 'Index', $viewIncluded=true, $module=null) | |
create() | |
![]() | |
initialize () | |
getContextClasses () | |
![]() | |
setRegistry (Zend_Tool_Framework_Registry_Interface $registry) | |
setRegistry() - required by Zend_Tool_Framework_Registry_EnabledInterface | |
Static Public Member Functions | |
static | createResource (Zend_Tool_Project_Profile $profile, $actionName, $controllerName, $moduleName=null) |
createResource() | |
static | hasResource (Zend_Tool_Project_Profile $profile, $actionName, $controllerName, $moduleName=null) |
hasResource() | |
Static Protected Member Functions | |
static | _getControllerFileResource (Zend_Tool_Project_Profile $profile, $controllerName, $moduleName=null) |
_getControllerFileResource() | |
Additional Inherited Members | |
![]() | |
const | NO_PROFILE_THROW_EXCEPTION = true |
const | NO_PROFILE_RETURN_FALSE = false |
![]() | |
_loadProfile ($loadProfileFlag=self::NO_PROFILE_THROW_EXCEPTION, $projectDirectory=null, $searchParentDirectories=true) | |
_getProject is designed to find if there is project file in the context of where the client has been called from. | |
_findProfileDirectory ($projectDirectory=null, $searchParentDirectories=true) | |
_loadProfileRequired () | |
Load the project profile from the current working directory, if not throw exception. | |
_getProfile ($loadProfileFlag=self::NO_PROFILE_THROW_EXCEPTION) | |
Return the currently loaded profile. | |
_storeProfile () | |
_storeProfile() | |
_getContentForContext (Zend_Tool_Project_Context_Interface $context, $methodName, $parameters) | |
_hasProjectProviderDirectory ($pathToProfileFile) | |
![]() | |
$_projectPath = null | |
$_loadedProfile = null | |
![]() | |
static | $_isInitialized = false |
|
staticprotected |
Zend_Tool_Project_Profile | $profile | |
string | $controllerName | |
string | $moduleName |
create | ( | $name, | |
$controllerName = 'Index' , |
|||
$viewIncluded = true , |
|||
$module = null |
|||
) |
string | $name | Action name for controller, in camelCase format. |
string | $controllerName | Controller name action should be applied to. |
bool | $viewIncluded | Whether the view should the view be included. |
string | $module | Module name action should be applied to. |
|
static |
Zend_Tool_Project_Profile | $profile | |
string | $actionName | |
string | $controllerName | |
string | $moduleName |
|
static |
Zend_Tool_Project_Profile | $profile | |
string | $actionName | |
string | $controllerName | |
string | $moduleName |