public getEventsManager () Returns the internal event manager
public getDI () Returns the internal dependency injector
public getDefaultNamespace () Returns the default namespace
public getActiveMethod () Returns the current method to be/executed in the dispatcher
public getActionSuffix () Gets the default action suffix
public getActionName () Gets the latest dispatched action name
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"));
integer EXCEPTION_NO_DI
integer EXCEPTION_INVALID_PARAMS
integer EXCEPTION_INVALID_HANDLER
Page 274 of 382