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