public setActionSuffix (mixed $actionSuffix) Sets the default action suffix
public setActionName (mixed $actionName) Sets the action name to be dispatched
public isFinished () Checks if the dispatch loop is finished or has more pendent controllers/tasks to dispatch
public boolean hasParam (mixed $param) Check if a param exists
public mixed getReturnedValue () Returns value returned by the latest dispatched action
public getParams () Gets action params
public mixed getParam (mixed $param, [string | array $filters], [mixed $defaultValue]) Gets a param by its name or numeric index
public getNamespaceName () Gets a namespace to be prepended to the current handler name
public getModuleName () Gets the module where the controller class is
public getHandlerClass () Possible class name that will be located to dispatch the request
Page 273 of 382