Zend_Controller_Dispatcher_TokenLocated in /Zend/Controller/Dispatcher/Token.php (line 28)
Zend_Controller_Dispatcher_Token
__construct
(string $controllerName, string $actionName, [array $params = array()])
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.
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.
array
$_params
= array() (line 50)
Array of key/value pairs to pass as parameters to the controller.
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.
getActionName (line 100)
Returns the action name, in the raw form.
getControllerName (line 89)
Returns the controller name, in the raw form.
getParams (line 126)
Get the parameters array.
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.
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.
setParams (line 138)
Sets the parameters array.
Documentation generated on Tue, 11 Jul 2006 12:18:15 -0500 by phpDocumentor 1.3.0RC6