public getDefaultNamespace () Returns the default namespace
public getActionName () Gets the latest dispatched action name
public getActiveMethod () Returns the current method to be/executed in the dispatcher
public getActionSuffix () Gets the default action suffix
public getEventsManager () Returns the internal event manager
public getHandlerClass () Possible class name that will be located to dispatch the request
integer EXCEPTION_NO_DI
integer EXCEPTION_ACTION_NOT_FOUND
integer EXCEPTION_INVALID_PARAMS
public forward (array $forward) Forwards the execution flow to another controller/action Dispatchers are unique per module. Forwarding between modules is not allowed $this->dispatcher->forward(array("controller" => "posts", "action" => "index"));
Page 274 of 382