Handles and dispatches the actions
Located in /control/Dispatcher.php (line 15)
Class | Description |
---|---|
miDefaultDispatcher | The default dispatcher class |
String parameter from the request specifing which action to be processed
Array map between action and action processing class names
The action object
Creates new action object, subclassed from miAction. The object depends on $action If the action is unknown returns false
Returns the action object The action object is initialized in process()
Determines which action will be performed depending on the value of the "action" parameter from the request.
Adds a class that handles a specific action The action processing class must inherit from miAction
Documentation generated on Thu, 08 May 2008 16:57:25 +0300 by phpDocumentor 1.4.1