public Phalcon\Mvc\Micro notFound (callable $handler) Sets a handler that will be called when the router doesn’t match any of the defined routes
public mount (Phalcon\Mvc\Micro\CollectionInterface $collection) Mounts a collection of handlers
public Phalcon\Mvc\Router\RouteInterface map (string $routePattern, callable $handler) Maps a route to a handler without any HTTP method constraint
public Phalcon\Mvc\Router\RouteInterface head (string $routePattern, callable $handler) Maps a route to a handler that only matches if the HTTP method is HEAD
public hasService (mixed $serviceName) Checks if a service is registered in the DI
public mixed handle ([string $uri]) Handle the whole request
public mixed getSharedService (string $serviceName) Obtains a shared service from the DI
public object getService (string $serviceName) Obtains a service from the DI
public getRouter () Returns the internal router used by the application
public mixed getReturnedValue () Returns the value returned by the executed handler
Page 180 of 382