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'
Detailscallback|null $_interactiveCallback = 'null'
Detailsbool $_isInitialized = 'false'
DetailsZend_Tool_Framework_Registry $_registry = 'null'
Details__construct(
$options
=
array
)
:
Details_handleDispatch(
)
:
Details_handleDispatchExecution(
$class, $methodName, $callParameters
)
:
Details_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.
Details_preDispatch(
)
:
This method *must* be implemented by the client implementation to parse out and setup the request objects action, provider and parameter information.
Details_preInit(
)
:
This method should be implemented by the client implementation to construct and set custom inflectors, request and response objects.
DetailsconvertFromClientNaming(
$string
)
:
DetailsconvertToClientNaming(
$string
)
:
Detailsdispatch(
)
:
This method should be called in order to "handle" a Tooling Client request that has come to the client that has been implemented.
DetailsgetName(
)
:
stringgetName() - Return the client name which can be used to query the manifest if need be.
DetailsgetRegistry(
)
:
Zend_Tool_Framework_Registry_InterfacegetRegistry();
DetailshasInteractiveInput(
)
:
boolhasInteractiveInput() - Convienence method for determining if this client can handle interactive input, and thus be able to run the promptInteractiveInput
Detailsinitialize(
)
:
initialized() - This will initialize the client for use
DetailspromptInteractiveInput(
$inputRequest
)
:
DetailssetOptions(
$options
)
:
DetailssetRegistry(
Zend_Tool_Framework_Registry_Interface $registry
)
:
Zend_Tool_Framework_Client_AbstractsetRegistry() - Required by the Zend_Tool_Framework_Registry_EnabledInterface interface which ensures proper registry dependency resolution
Details