Abstract Class Zend_Controller_Request_Abstract

Description

Located in /Zend/Controller/Request/Abstract.php (line 27)


	
			
Direct descendents
Class Description
 class Zend_Controller_Request_Http Zend_Controller_Request_Http
Variable Summary
 string $_action
 string $_actionKey
 string $_controller
 boolean $_dispatched
 string $_module
 string $_moduleKey
 array $_params
Method Summary
Variables
string $_action (line 63)

Action

  • access: protected
string $_actionKey = 'action' (line 69)

Action key for retrieving action from params

  • access: protected
string $_controller (line 51)

Controller

  • access: protected
string $_controllerKey = 'controller' (line 57)

Controller key for retrieving controller from params

  • access: protected
boolean $_dispatched = false (line 33)

Has the action been dispatched?

  • access: protected
string $_module (line 39)

Module

  • access: protected
string $_moduleKey = 'module' (line 45)

Module key for retrieving module from params

  • access: protected
array $_params = array() (line 75)

Request parameters

  • access: protected

Redefined in descendants as:
Methods
getActionKey (line 204)

Retrieve the action key

  • access: public
string getActionKey ()
getActionName (line 134)

Retrieve the action name

  • access: public
string getActionName ()
getControllerKey (line 182)

Retrieve the controller key

  • access: public
string getControllerKey ()
getControllerName (line 108)

Retrieve the controller name

  • access: public
string getControllerName ()
getModuleKey (line 160)

Retrieve the module key

  • access: public
string getModuleKey ()
getModuleName (line 82)

Retrieve the module name

  • access: public
string getModuleName ()
getParam (line 228)

Get an action parameter

  • access: public
mixed getParam (string $key, [mixed $default = null])
  • string $key
  • mixed $default: Default value to use if key not found

Redefined in descendants as:
getParams (line 257)

Get all action parameters

  • access: public
array getParams ()

Redefined in descendants as:
isDispatched (line 291)

Determine if the request has been dispatched

  • access: public
boolean isDispatched ()
setActionKey (line 215)

Set the action key

  • access: public
Zend_Controller_Request_Abstract setActionKey (string $key)
  • string $key
setActionName (line 149)

Set the action name

  • access: public
Zend_Controller_Request_Abstract setActionName (string $value)
  • string $value
setControllerKey (line 193)

Set the controller key

  • access: public
Zend_Controller_Request_Abstract setControllerKey (string $key)
  • string $key
setControllerName (line 123)

Set the controller name to use

  • access: public
Zend_Controller_Request_Abstract setControllerName (string $value)
  • string $value
setDispatched (line 280)

Set flag indicating whether or not request has been dispatched

  • access: public
Zend_Controller_Request_Abstract setDispatched ([boolean $flag = true])
  • boolean $flag
setModuleKey (line 171)

Set the module key

  • access: public
Zend_Controller_Request_Abstract setModuleKey (string $key)
  • string $key
setModuleName (line 97)

Set the module name to use

  • access: public
Zend_Controller_Request_Abstract setModuleName (string $value)
  • string $value
setParam (line 245)

Set an action parameter

  • access: public
Zend_Controller_Request_Abstract setParam (string $key, mixed $value)
  • string $key
  • mixed $value

Redefined in descendants as:
setParams (line 268)

Set action parameters en masse; does not overwrite

  • access: public
Zend_Controller_Request_Abstract setParams ( $array)
  • array $array

Redefined in descendants as:

Documentation generated on Thu, 18 Jan 2007 09:52:02 -0800 by phpDocumentor 1.3.1