Tool/Framework/Client/Request.php

Show: PublicProtectedPrivateinherited
Table of Contents
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

>VPropertyprotectedstring $_actionName = null
Default valuenullDetails
Type
string
>VPropertyprotectedarray $_actionParameters = array()
Default valuearray()Details
Type
array
>VPropertyprotectedbool $_isDebug = false
Default valuefalseDetails
Type
bool
>VPropertyprotectedbool $_isDispatchable = true
Default valuetrueDetails
Type
bool
>VPropertyprotectedbool $_isPretend = false
Default valuefalseDetails
Type
bool
>VPropertyprotectedbool $_isVerbose = false
Default valuefalseDetails
Type
bool
>VPropertyprotectedstring $_providerName = null
Default valuenullDetails
Type
string
>VPropertyprotectedarray $_providerParameters = array()
Default valuearray()Details
Type
array
>VPropertyprotectedstring $_specialtyName = null
Default valuenullDetails
Type
string

Methods

methodpublicgetActionName() : string

getActionName()

Returns
TypeDescription
string
methodpublicgetActionParameter(string $parameterName) : string

getActionParameter()

Parameters
NameTypeDescription
$parameterNamestring
Returns
TypeDescription
string
methodpublicgetActionParameters() : array

getActionParameters()

Returns
TypeDescription
array
methodpublicgetProviderName() : string

getProviderName()

Returns
TypeDescription
string
methodpublicgetProviderParameter(string $parameterName) : string

getProviderParameter()

Parameters
NameTypeDescription
$parameterNamestring
Returns
TypeDescription
string
methodpublicgetProviderParameters() : array

getProviderParameters()

Returns
TypeDescription
array
methodpublicgetSpecialtyName() : string

getSpecialtyName()

Returns
TypeDescription
string
methodpublicisDebug() : bool

isDebug() - Whether or not this is a debug enabled request

Returns
TypeDescription
bool
methodpublicisDispatchable() : bool

isDispatchable() Is this request Dispatchable?

Returns
TypeDescription
bool
methodpublicisPretend() : bool

isPretend() - Whether or not this is a pretend request

Returns
TypeDescription
bool
methodpublicisVerbose() : bool

isVerbose() - Whether or not this is a verbose enabled request

Returns
TypeDescription
bool
methodpublicsetActionName(string $actionName) : \Zend_Tool_Framework_Client_Request

setActionName()

Parameters
NameTypeDescription
$actionNamestring
Returns
TypeDescription
\Zend_Tool_Framework_Client_Request
methodpublicsetActionParameter(string $parameterName, string $parameterValue) : \Zend_Tool_Framework_Client_Request

setActionParameter()

Parameters
NameTypeDescription
$parameterNamestring
$parameterValuestring
Returns
TypeDescription
\Zend_Tool_Framework_Client_Request
methodpublicsetDebug( $debug) : \Zend_Tool_Framework_Client_Request

setDebug()

Parameters
NameTypeDescription
$debug
Returns
TypeDescription
\Zend_Tool_Framework_Client_Request
methodpublicsetDispatchable(bool $dispatchable) : \Zend_Tool_Framework_Client_Request

setDispatchable()

Parameters
NameTypeDescription
$dispatchablebool
Returns
TypeDescription
\Zend_Tool_Framework_Client_Request
methodpublicsetPretend(bool $pretend) : \Zend_Tool_Framework_Client_Request

setPretend()

Parameters
NameTypeDescription
$pretendbool
Returns
TypeDescription
\Zend_Tool_Framework_Client_Request
methodpublicsetProviderName(string $providerName) : \Zend_Tool_Framework_Client_Request

setProviderName()

Parameters
NameTypeDescription
$providerNamestring
Returns
TypeDescription
\Zend_Tool_Framework_Client_Request
methodpublicsetProviderParameter(string $parameterName, string $parameterValue) : \Zend_Tool_Framework_Client_Request

setProviderParameter()

Parameters
NameTypeDescription
$parameterNamestring
$parameterValuestring
Returns
TypeDescription
\Zend_Tool_Framework_Client_Request
methodpublicsetSpecialtyName(string $specialtyName) : \Zend_Tool_Framework_Client_Request

setSpecialtyName()

Parameters
NameTypeDescription
$specialtyNamestring
Returns
TypeDescription
\Zend_Tool_Framework_Client_Request
methodpublicsetVerbose(bool $verbose) : \Zend_Tool_Framework_Client_Request

setVerbose()

Parameters
NameTypeDescription
$verbosebool
Returns
TypeDescription
\Zend_Tool_Framework_Client_Request
Documentation was generated by phpDocumentor 2.2.0 .