public setReturnedValue (mixed $value) Sets the latest returned value by an action manually
public setParams (array $params) Sets action params to be dispatched
public setParam (mixed $param, mixed $value) Set a param by its name or numeric index
public setNamespaceName (mixed $namespaceName) Sets the namespace where the controller class is
public setModuleName (mixed $moduleName) Sets the module where the controller is (only informative)
public setModelBinding (boolean $value) Enable/Disable model binding during dispatch
public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) Sets the events manager
public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector
public setDefaultNamespace (mixed $namespaceName) Sets the default namespace
public setDefaultAction (mixed $actionName) Sets the default action name
Page 272 of 382