public setControllerSuffix (mixed $controllerSuffix) Changes the controller class suffix
public setActionSuffix (mixed $actionSuffix) Changes the action method suffix
public processControllerAnnotation (mixed $handler, Phalcon\Annotations\Annotation $annotation) Checks for annotations in the controller docblock
public processActionAnnotation (mixed $module, mixed $namespaceName, mixed $controller, mixed $action, Phalcon\Annotations\Annotation $annotation) Checks for annotations in the public methods of the controller
integer POSITION_LAST
integer POSITION_FIRST
public handle ([mixed $uri]) Produce the routing parameters from the rewrite information
public getResources () Return the registered resources
public addResource (mixed $handler, [mixed $prefix]) Adds a resource to the annotations handler A resource is a class that contains routing annotations
public addModuleResource (mixed $module, mixed $handler, [mixed $prefix]) Adds a resource to the annotations handler A resource is a class that contains routing annotations The class is located in a module
Page 81 of 382