public getRouter () Returns the internal router used by the application
public callable getActiveHandler () Return the handler that will be called for the matched route
public Phalcon\Mvc\Micro finish (callable $handler) Appends a ‘finish’ middleware to be called when the request is finished
public Phalcon\Mvc\Micro error (callable $handler) Sets a handler that will be called when an exception is thrown handling the route
public Phalcon\Mvc\Router\RouteInterface delete (string $routePattern, callable $handler) Maps a route to a handler that only matches if the HTTP method is DELETE
public Phalcon\Mvc\Micro before (callable $handler) Appends a before middleware to be called before execute the route
public Phalcon\Mvc\Micro after (callable $handler) Appends an ‘after’ middleware to be called after execute the route
public Phalcon\Mvc\Router\RouteInterface get (string $routePattern, callable $handler) Maps a route to a handler that only matches if the HTTP method is GET
Source on GitHub Methods abstract public readAttribute (mixed $attribute) ... abstract public writeAttribute (mixed $attribute, mixed $value) ...
abstract public readAttribute (mixed $attribute) ...
Page 181 of 382