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.
string $_actionName = 'null'
Detailsarray $_actionParameters = 'array'
Detailsbool $_isDebug = 'false'
Detailsbool $_isDispatchable = 'true'
Detailsbool $_isPretend = 'false'
Detailsbool $_isVerbose = 'false'
Detailsstring $_providerName = 'null'
Detailsarray $_providerParameters = 'array'
Detailsstring $_specialtyName = 'null'
DetailsgetActionName(
)
:
stringgetActionName()
DetailsgetActionParameter(
string $parameterName
)
:
stringgetActionParameter()
DetailsgetActionParameters(
)
:
arraygetActionParameters()
DetailsgetProviderName(
)
:
stringgetProviderName()
DetailsgetProviderParameter(
string $parameterName
)
:
stringgetProviderParameter()
DetailsgetProviderParameters(
)
:
arraygetProviderParameters()
DetailsgetSpecialtyName(
)
:
stringgetSpecialtyName()
DetailsisDebug(
)
:
boolisDebug() - Whether or not this is a debug enabled request
DetailsisDispatchable(
)
:
boolisDispatchable() Is this request Dispatchable?
DetailsisPretend(
)
:
boolisPretend() - Whether or not this is a pretend request
DetailsisVerbose(
)
:
boolisVerbose() - Whether or not this is a verbose enabled request
DetailssetActionName(
string $actionName
)
:
Zend_Tool_Framework_Client_RequestsetActionName()
DetailssetActionParameter(
string $parameterName, string $parameterValue
)
:
Zend_Tool_Framework_Client_RequestsetActionParameter()
DetailssetDebug(
$debug
)
:
Zend_Tool_Framework_Client_RequestsetDebug()
DetailssetDispatchable(
bool $dispatchable
)
:
Zend_Tool_Framework_Client_RequestsetDispatchable()
DetailssetPretend(
bool $pretend
)
:
Zend_Tool_Framework_Client_RequestsetPretend()
DetailssetProviderName(
string $providerName
)
:
Zend_Tool_Framework_Client_RequestsetProviderName()
DetailssetProviderParameter(
string $parameterName, string $parameterValue
)
:
Zend_Tool_Framework_Client_RequestsetProviderParameter()
DetailssetSpecialtyName(
string $specialtyName
)
:
Zend_Tool_Framework_Client_RequestsetSpecialtyName()
DetailssetVerbose(
bool $verbose
)
:
Zend_Tool_Framework_Client_RequestsetVerbose()
Details