public mixed offsetGet (string $alias) Allows to obtain a shared service in the internal services container
public getRouter () Returns the internal router used by the application
public mixed getSharedService (string $serviceName) Obtains a shared service from the DI
public mixed handle ([string $uri]) Handle the whole request
public Phalcon\Mvc\Router\RouteInterface
public offsetUnset (string $alias) Removes a service from the internal services container using the array syntax
public Phalcon\Mvc\Micro before (callable $handler)
public offsetSet (string $alias, mixed $definition) Allows to register a shared service in the internal services
Page 2 of 4