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 boolean offsetExists (string $alias) Check if a service is registered in the internal services container using the array syntax
public Phalcon\Mvc\Router\RouteInterface map (string $routePattern, callable $handler) Maps a route to a handler without any HTTP method constraint
public mount (Phalcon\Mvc\Micro\CollectionInterface $collection) Mounts a collection of handlers
public array getHandlers () Returns the internal handlers attached to the application
public getRouter () Returns the internal router used by the application
public mixed getReturnedValue () Returns the value returned by the executed handler
public object getService (string $serviceName) Obtains a service from the DI
public mixed handle ([string $uri]) Handle the whole request
Page 180 of 382