Class Zend_Controller_Request_Abstract

Description

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


	
			
Direct descendents
Class Description
Zend_Controller_Request_Http Zend_Controller_Request_Http
Variable Summary
string $_actionKey
boolean $_dispatched
array $_params
Method Summary
string getActionKey ()
string getActionName ()
string getControllerKey ()
string getControllerName ()
mixed getParam (string $key)
array getParams ()
boolean isDispatched ()
self setActionKey (string $key)
self setActionName (string $value)
self setControllerKey (string $key)
self setControllerName (string $value)
self setDispatched ([boolean $flag = true])
self setParam (string $key, mixed $value)
self setParams ( $array)
Variables
string $_actionKey = 'action' (line 45)

Action key for retrieving action from params

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

Controller key for retrieving controller from params

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

Has the action been dispatched?

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

Request parameters

  • access: protected
Methods
getActionKey (line 124)

Retrieve the action key

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

Retrieve the action name

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

Retrieve the controller key

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

Retrieve the controller name

  • access: public
string getControllerName ()
getParam (line 147)

Get an action parameter

  • access: public
mixed getParam (string $key)
  • string $key
getParams (line 176)

Get all action parameters

  • access: public
array getParams ()
isDispatched (line 210)

Determine if the request has been dispatched

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

Set the action key

  • access: public
self setActionKey (string $key)
  • string $key
setActionName (line 91)

Set the action name

  • access: public
self setActionName (string $value)
  • string $value
setControllerKey (line 113)

Set the controller key

  • access: public
self setControllerKey (string $key)
  • string $key
setControllerName (line 69)

Set the controller name to use

  • access: public
self setControllerName (string $value)
  • string $value
setDispatched (line 199)

Set flag indicating whether or not request has been dispatched

  • access: public
self setDispatched ([boolean $flag = true])
  • boolean $flag
setParam (line 164)

Set an action parameter

  • access: public
self setParam (string $key, mixed $value)
  • string $key
  • mixed $value
setParams (line 187)

Set action parameters en masse; does not overwrite

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

Documentation generated on Sun, 29 Oct 2006 21:27:49 -0600 by phpDocumentor 1.3.0RC6