Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Tool_Framework_Provider_Interface $provider) | |
Constructor. | |
setRegistry (Zend_Tool_Framework_Registry_Interface $registry) | |
setRegistry() | |
process () | |
getName () | |
getName() of the provider | |
getProvider () | |
Get the provider for this signature. | |
getProviderReflection () | |
getProviderReflection() | |
getSpecialties () | |
getSpecialities() | |
getActions () | |
getActions() | |
getActionableMethods () | |
getActionableMethods() | |
getActionableMethod ($methodName) | |
getActionableMethod() - Get an actionable method by name, this will return an array of useful information about what can be exectued on this provider | |
getActionableMethodByActionName ($actionName, $specialtyName= '_Global') | |
getActionableMethodByActionName() - Get an actionable method by its action name, this will return an array of useful information about what can be exectued on this provider | |
Protected Member Functions | |
_process () | |
_process() is called at construction time and is what will build the signature information for determining what is actionable | |
_processName () | |
_processName(); | |
_processSpecialties () | |
_processSpecialties() - Break out the specialty names for this provider | |
_processActionableMethods () | |
_processActionableMethods() - process all methods that can be called on this provider. | |
Protected Attributes | |
$_registry = null | |
$_provider = null | |
$_name = null | |
$_specialties = array() | |
$_actionableMethods = array() | |
$_actions = array() | |
$_providerReflection = null | |
$_isProcessed = false | |
__construct | ( | Zend_Tool_Framework_Provider_Interface | $provider | ) |
Constructor.
Zend_Tool_Framework_Provider_Interface | $provider |
|
protected |
_process() is called at construction time and is what will build the signature information for determining what is actionable
|
protected |
_processActionableMethods() - process all methods that can be called on this provider.
the following will determine what methods are actually actionable public, non-static, non-underscore prefixed, classes that dont contain the name "
check to see if the method was a required method by a Zend_Tool_* interface
|
protected |
|
protected |
_processSpecialties() - Break out the specialty names for this provider
getActionableMethod | ( | $methodName | ) |
getActionableMethod() - Get an actionable method by name, this will return an array of useful information about what can be exectued on this provider
string | $methodName |
getActionableMethodByActionName | ( | $actionName, | |
$specialtyName = '_Global' |
|||
) |
getActionableMethodByActionName() - Get an actionable method by its action name, this will return an array of useful information about what can be exectued on this provider
string | $actionName |
getActionableMethods | ( | ) |
getActions | ( | ) |
getName | ( | ) |
getName() of the provider
getProvider | ( | ) |
Get the provider for this signature.
getProviderReflection | ( | ) |
getSpecialties | ( | ) |
getSpecialities()
process | ( | ) |
setRegistry | ( | Zend_Tool_Framework_Registry_Interface | $registry | ) |
Zend_Tool_Framework_Registry_Interface | $registry |
Implements Zend_Tool_Framework_Registry_EnabledInterface.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |