Class Zend_Controller_Dispatcher_Token

Description
  • license: New BSD License
  • copyright: Copyright (c) 2006 Zend Technologies USA Inc. (http://www.zend.com)

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


	
			
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 44)

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 36)

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 50)

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

  • access: protected
Methods
Constructor __construct (line 61)

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 100)

Returns the action name, in the raw form.

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

Returns the controller name, in the raw form.

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

Get the parameters array.

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

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 77)

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 138)

Sets the parameters array.

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

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