Tool/Framework/Client/Request.php
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.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Tool
- Subpackage
- Framework
- Version
- $Id$
\Zend_Tool_Framework_Client_Request
Package: Zend_Tool
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods
getActionParameter(string $parameterName) : string
getActionParameter()
Parameters
Returns
Name | Type | Description |
---|---|---|
$parameterName | string |
Type | Description |
---|---|
string |
getProviderParameter(string $parameterName) : string
getProviderParameter()
Parameters
Returns
Name | Type | Description |
---|---|---|
$parameterName | string |
Type | Description |
---|---|
string |
isDebug() : bool
isDebug() - Whether or not this is a debug enabled request
Returns
Type | Description |
---|---|
bool |
isVerbose() : bool
isVerbose() - Whether or not this is a verbose enabled request
Returns
Type | Description |
---|---|
bool |
setActionName(string $actionName) : \Zend_Tool_Framework_Client_Request
setActionName()
Parameters
Returns
Name | Type | Description |
---|---|---|
$actionName | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |
setActionParameter(string $parameterName, string $parameterValue) : \Zend_Tool_Framework_Client_Request
setActionParameter()
Parameters
Returns
Name | Type | Description |
---|---|---|
$parameterName | string | |
$parameterValue | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |
setDebug( $debug) : \Zend_Tool_Framework_Client_Request
setDebug()
Parameters
Returns
Name | Type | Description |
---|---|---|
$debug |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |
setDispatchable(bool $dispatchable) : \Zend_Tool_Framework_Client_Request
setDispatchable()
Parameters
Returns
Name | Type | Description |
---|---|---|
$dispatchable | bool |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |
setPretend(bool $pretend) : \Zend_Tool_Framework_Client_Request
setPretend()
Parameters
Returns
Name | Type | Description |
---|---|---|
$pretend | bool |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |
setProviderName(string $providerName) : \Zend_Tool_Framework_Client_Request
setProviderName()
Parameters
Returns
Name | Type | Description |
---|---|---|
$providerName | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |
setProviderParameter(string $parameterName, string $parameterValue) : \Zend_Tool_Framework_Client_Request
setProviderParameter()
Parameters
Returns
Name | Type | Description |
---|---|---|
$parameterName | string | |
$parameterValue | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |
setSpecialtyName(string $specialtyName) : \Zend_Tool_Framework_Client_Request
setSpecialtyName()
Parameters
Returns
Name | Type | Description |
---|---|---|
$specialtyName | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |
setVerbose(bool $verbose) : \Zend_Tool_Framework_Client_Request
setVerbose()
Parameters
Returns
Name | Type | Description |
---|---|---|
$verbose | bool |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |