public setReturnedValue (mixed $value) Sets the latest returned value by an action manually
public setParam (mixed $param, mixed $value) Set a param by its name or numeric index
public mixed getReturnedValue () Returns value returned by the latest dispatched action
public forward (array $forward) Forwards the execution flow to another controller/action Dispatchers are unique per
public setModuleName (mixed $moduleName) Sets the module where the controller is (only informative)
public getParams () Gets action params
public getModuleName () Gets the module where the controller class is
Page 4 of 4