public setParams (array $params) Sets action params to be dispatched
public boolean hasParam (mixed $param) Check if a param exists
public getDefaultNamespace () Returns the default namespace
public wasForwarded () Check if the current executed action was forwarded by another one
public getActiveMethod () Returns the current method to be/executed in the dispatcher
public getActionSuffix () Gets the default action suffix
public setDefaultAction (mixed $actionName) Sets the default action name
public setActionSuffix (mixed $actionSuffix) Sets the default action suffix
public getDI () Returns the internal dependency injector
public object dispatch () Dispatches a handle action taking into account the routing parameters
Page 2 of 4