Implements interfaces:
Located in /Zend/Controller/Dispatcher/Abstract.php (line 41)
Class | Description |
---|---|
![]() |
Default action
Default controller
Front Controller instance
Array of invocation parameters to use when instantiating action
controllers
Path delimiter character
Response object to pass to action controllers, if any
Word delimiter characters
Constructor
Clear the controller parameter stack
By default, clears all parameters. If a parameter name is given, clears only that parameter; if an array of parameter names is provided, clears each.
Formats a string into an action name. This is used to take a raw action name, such as one that would be stored inside a Zend_Controller_Request_Abstract object, and reformat into a proper method name that would be found inside a class extending Zend_Controller_Action.
Formats a string into a controller name. This is used to take a raw controller name, such as one stored inside a Zend_Controller_Request_Abstract object, and reformat it to a proper class name that a class extending Zend_Controller_Action would use.
Retrieve the default action name (minus formatting)
Retrieve the default controller name (minus formatting)
Retrieve front controller instance
Retrieve a single parameter from the controller parameter stack
Retrieve action controller instantiation parameters
Retrieve the path delimiter character(s) used in controller names
Return the registered response object
Retrieve the word delimiter character(s) used in controller or action names
Set the default action (minus any formatting)
Set the default controller (minus any formatting)
Add or modify a parameter to use when instantiating an action controller
Set parameters to pass to action controller constructors
Set path delimiter
Set the path delimiter to use in controllers. May be a single string or an array of strings.
Set response object to pass to action controllers
Set word delimiter
Set the word delimiter to use in controllers and actions. May be a single string or an array of strings.
Formats a string from a URI into a PHP-friendly name.
By default, replaces words separated by the word separator character(s) with camelCaps. If $isAction is false, it also preserves replaces words separated by the path separation character with an underscore, making the following word Title cased. All non-alphanumeric characters are removed.
Verify delimiter
Verify a delimiter to use in controllers or actions. May be a single string or an array of strings.
Documentation generated on Wed, 21 Feb 2007 11:45:24 -0800 by phpDocumentor 1.3.1