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'
array $_actionParameters = 'array'
bool $_isDebug = 'false'
bool $_isDispatchable = 'true'
bool $_isPretend = 'false'
bool $_isVerbose = 'false'
string $_providerName = 'null'
array $_providerParameters = 'array'
string $_specialtyName = 'null'
getActionName(
)
:
string
getActionName()
getActionParameter(
string $parameterName
)
:
string
getActionParameter()
getActionParameters(
)
:
array
getActionParameters()
getProviderName(
)
:
string
getProviderName()
getProviderParameter(
string $parameterName
)
:
string
getProviderParameter()
getProviderParameters(
)
:
array
getProviderParameters()
getSpecialtyName(
)
:
string
getSpecialtyName()
isDebug(
)
:
bool
isDebug() - Whether or not this is a debug enabled request
isDispatchable(
)
:
bool
isDispatchable() Is this request Dispatchable?
isPretend(
)
:
bool
isPretend() - Whether or not this is a pretend request
isVerbose(
)
:
bool
isVerbose() - Whether or not this is a verbose enabled request
setActionName(
string $actionName
)
:
Zend_Tool_Framework_Client_Request
setActionName()
setActionParameter(
string $parameterName, string $parameterValue
)
:
Zend_Tool_Framework_Client_Request
setActionParameter()
setDebug(
$debug
)
:
Zend_Tool_Framework_Client_Request
setDebug()
setDispatchable(
bool $dispatchable
)
:
Zend_Tool_Framework_Client_Request
setDispatchable()
setPretend(
bool $pretend
)
:
Zend_Tool_Framework_Client_Request
setPretend()
setProviderName(
string $providerName
)
:
Zend_Tool_Framework_Client_Request
setProviderName()
setProviderParameter(
string $parameterName, string $parameterValue
)
:
Zend_Tool_Framework_Client_Request
setProviderParameter()
setSpecialtyName(
string $specialtyName
)
:
Zend_Tool_Framework_Client_Request
setSpecialtyName()
setVerbose(
bool $verbose
)
:
Zend_Tool_Framework_Client_Request
setVerbose()