Class Zend_Controller_Dispatcher_Token

Description

Located in /Zend/Controller/Dispatcher/Token.php (line 26)


	
			
Variable Summary
 string $_action
 string $_controller
 array $_params
Method Summary
 Zend_Controller_Dispatcher_Token __construct (string $controllerName, string $actionName, [array $params = array()])
 string getActionName ()
 string getControllerName ()
 array getParams ()
Variables
string $_action = null (line 42)

Name of the action to dispatch. The action is usually a method of the controller. This is the raw name, such as it would be extracted from the URI. It is the responsibility of the dispatcher to format it.

  • access: protected
string $_controller = null (line 34)

Name of the controller to dispatch. This is the raw name, such as it would be extracted from the URI. It is the responsibility of the dispatcher to format it.

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

Array of key/value pairs to pass as parameters to the controller.

  • access: protected
Methods
Constructor __construct (line 59)

Class constructor. A Zend_Controller_Dispatcher_Token object must be built with a controller name and an action, but parameters are optional.

  • access: public
Zend_Controller_Dispatcher_Token __construct (string $controllerName, string $actionName, [array $params = array()])
  • string $controllerName
  • string $actionName
  • array $params
getActionName (line 98)

Returns the action name, in the raw form.

  • access: public
string getActionName ()
getControllerName (line 87)

Returns the controller name, in the raw form.

  • access: public
string getControllerName ()
getParams (line 124)

Get the parameters array.

  • access: public
array getParams ()
setActionName (line 112)

Sets the action name. This is the raw name, such as it would be extracted from the URI. It is the responsibility of the dispatcher to format it.

  • access: public
Zend_Controller_Dispatcher_Token setActionName (string $actionName)
  • string $actionName
setControllerName (line 75)

Sets the controller name. This is the raw name, such as it would be extracted from the URI. It is the responsibility of the dispatcher to format it.

  • access: public
Zend_Controller_Dispatcher_Token setControllerName (string $controllerName)
  • string $controllerName
setParams (line 136)

Sets the parameters array.

  • access: public
Zend_Controller_Dispatcher_Token setParams (string $paramsArray)
  • string $paramsArray

Documentation generated on Tue, 18 Apr 2006 11:55:46 -0700 by phpDocumentor 1.3.0RC3