Zend_Controller_Request_AbstractLocated in /Zend/Controller/Request/Abstract.php (line 27)
| Class | Description |
|---|---|
Zend_Controller_Request_Http
|
Zend_Controller_Request_Http |
string
$_action
(line 63)
Action
string
$_actionKey
= 'action' (line 69)
Action key for retrieving action from params
string
$_controller
(line 51)
Controller
string
$_controllerKey
= 'controller' (line 57)
Controller key for retrieving controller from params
boolean
$_dispatched
= false (line 33)
Has the action been dispatched?
string
$_module
(line 39)
Module
string
$_moduleKey
= 'module' (line 45)
Module key for retrieving module from params
array
$_params
= array() (line 75)
Request parameters
getActionKey (line 204)
Retrieve the action key
getActionName (line 134)
Retrieve the action name
getControllerKey (line 182)
Retrieve the controller key
getControllerName (line 108)
Retrieve the controller name
getModuleKey (line 160)
Retrieve the module key
getModuleName (line 82)
Retrieve the module name
getParam (line 228)
Get an action parameter
getParams (line 283)
Get all action parameters
getUserParam (line 255)
Retrieve a single user param (i.e, a param specific to the object and not the environment)
getUserParams (line 243)
Retrieve only user params (i.e, any param specific to the object and not the environment)
isDispatched (line 317)
Determine if the request has been dispatched
setActionKey (line 215)
Set the action key
setActionName (line 149)
Set the action name
setControllerKey (line 193)
Set the controller key
setControllerName (line 123)
Set the controller name to use
setDispatched (line 306)
Set flag indicating whether or not request has been dispatched
setModuleKey (line 171)
Set the module key
setModuleName (line 97)
Set the module name to use
setParam (line 271)
Set an action parameter
setParams (line 294)
Set action parameters en masse; does not overwrite
Documentation generated on Wed, 21 Feb 2007 11:45:09 -0800 by phpDocumentor 1.3.1