Zend_Controller_Dispatcher_AbstractImplements interfaces:
Located in /Zend/Controller/Dispatcher/Abstract.php (line 41)
| Class | Description |
|---|---|
Zend_Controller_Dispatcher_Standard
|
Zend_Controller_Dispatcher_Abstract
setResponse
([Zend_Controller_Response_Abstract $response = null])
string
$_defaultAction
= 'index' (line 47)
Default action
string
$_defaultController
= 'index' (line 53)
Default controller
Zend_Controller_Front
$_frontController
(line 59)
Front Controller instance
array
$_invokeParams
= array() (line 66)
Array of invocation parameters to use when instantiating action
controllers
string
$_pathDelimiter
= '_' (line 72)
Path delimiter character
Zend_Controller_Response_Abstract|null
$_response
= null (line 78)
Response object to pass to action controllers, if any
array
$_wordDelimiter
= array('-', '.') (line 84)
Word delimiter characters
Constructor __construct (line 91)
Constructor
clearParams (line 338)
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.
formatActionName (line 119)
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.
formatControllerName (line 105)
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.
getDefaultAction (line 416)
Retrieve the default action name (minus formatting)
getDefaultControllerName (line 394)
Retrieve the default controller name (minus formatting)
getFrontController (line 255)
Retrieve front controller instance
getParam (line 309)
Retrieve a single parameter from the controller parameter stack
getParams (line 323)
Retrieve action controller instantiation parameters
getPathDelimiter (line 194)
Retrieve the path delimiter character(s) used in controller names
getResponse (line 372)
Return the registered response object
getWordDelimiter (line 166)
Retrieve the word delimiter character(s) used in controller or action names
setDefaultAction (line 405)
Set the default action (minus any formatting)
setDefaultControllerName (line 383)
Set the default controller (minus any formatting)
setParam (line 284)
Add or modify a parameter to use when instantiating an action controller
setParams (line 297)
Set parameters to pass to action controller constructors
setPathDelimiter (line 208)
Set path delimiter
Set the path delimiter to use in controllers. May be a single string or an array of strings.
setResponse (line 361)
Set response object to pass to action controllers
setWordDelimiter (line 180)
Set word delimiter
Set the word delimiter to use in controllers and actions. May be a single string or an array of strings.
_formatName (line 232)
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.
_verifyDelimiter (line 135)
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