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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Tool
- Subpackage
- Framework
- Version
- $Id: Request.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Tool_Framework_Client_Request
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods


getActionParameter(string $parameterName) : string
getActionParameter()
Name | Type | Description |
---|---|---|
$parameterName | string |
Type | Description |
---|---|
string |


getProviderParameter(string $parameterName) : string
getProviderParameter()
Name | Type | Description |
---|---|---|
$parameterName | string |
Type | Description |
---|---|
string |


isDebug() : bool
isDebug() - Whether or not this is a debug enabled request
Type | Description |
---|---|
bool |


isPretend() : bool
isPretend() - Whether or not this is a pretend request
Type | Description |
---|---|
bool |


isVerbose() : bool
isVerbose() - Whether or not this is a verbose enabled request
Type | Description |
---|---|
bool |


setActionName(string $actionName) : \Zend_Tool_Framework_Client_Request
setActionName()
Name | Type | Description |
---|---|---|
$actionName | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |


setActionParameter(string $parameterName, string $parameterValue) : \Zend_Tool_Framework_Client_Request
setActionParameter()
Name | Type | Description |
---|---|---|
$parameterName | string | |
$parameterValue | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |


setDebug( $debug) : \Zend_Tool_Framework_Client_Request
setDebug()
Name | Type | Description |
---|---|---|
$debug |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |


setDispatchable(bool $dispatchable) : \Zend_Tool_Framework_Client_Request
setDispatchable()
Name | Type | Description |
---|---|---|
$dispatchable | bool |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |


setPretend(bool $pretend) : \Zend_Tool_Framework_Client_Request
setPretend()
Name | Type | Description |
---|---|---|
$pretend | bool |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |


setProviderName(string $providerName) : \Zend_Tool_Framework_Client_Request
setProviderName()
Name | Type | Description |
---|---|---|
$providerName | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |


setProviderParameter(string $parameterName, string $parameterValue) : \Zend_Tool_Framework_Client_Request
setProviderParameter()
Name | Type | Description |
---|---|---|
$parameterName | string | |
$parameterValue | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |


setSpecialtyName(string $specialtyName) : \Zend_Tool_Framework_Client_Request
setSpecialtyName()
Name | Type | Description |
---|---|---|
$specialtyName | string |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |


setVerbose(bool $verbose) : \Zend_Tool_Framework_Client_Request
setVerbose()
Name | Type | Description |
---|---|---|
$verbose | bool |
Type | Description |
---|---|
\Zend_Tool_Framework_Client_Request |