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_Log $_debugLogger = 'null'
callback|null $_interactiveCallback = 'null'
bool $_isInitialized = 'false'
Zend_Tool_Framework_Registry $_registry = 'null'
__construct(
$options
=
array
)
:
_handleDispatch(
)
:
_handleDispatchExecution(
$class, $methodName, $callParameters
)
:
_postDispatch(
)
:
This method should be implemented by the client implementation to take the output of the response object and return it (in an client specific way) back to the Tooling Client.
_preDispatch(
)
:
This method *must* be implemented by the client implementation to parse out and setup the request objects action, provider and parameter information.
_preInit(
)
:
This method should be implemented by the client implementation to construct and set custom inflectors, request and response objects.
convertFromClientNaming(
$string
)
:
convertToClientNaming(
$string
)
:
dispatch(
)
:
This method should be called in order to "handle" a Tooling Client request that has come to the client that has been implemented.
getName(
)
:
string
getName() - Return the client name which can be used to query the manifest if need be.
getRegistry(
)
:
Zend_Tool_Framework_Registry_Interface
getRegistry();
hasInteractiveInput(
)
:
bool
hasInteractiveInput() - Convienence method for determining if this client can handle interactive input, and thus be able to run the promptInteractiveInput
initialize(
)
:
initialized() - This will initialize the client for use
promptInteractiveInput(
$inputRequest
)
:
setOptions(
$options
)
:
setRegistry(
Zend_Tool_Framework_Registry_Interface $registry
)
:
Zend_Tool_Framework_Client_Abstract
setRegistry() - Required by the Zend_Tool_Framework_Registry_EnabledInterface interface which ensures proper registry dependency resolution