public mixed getSharedService (string $serviceName) Obtains a shared service from the DI
public offsetUnset (string $alias) Removes a service from the internal services container using the array syntax
Source on GitHub Methods abstract public call (Phalcon\Mvc\Micro $application) ...
public getRouter () Returns the internal router used by the application
public setPrefix (mixed $prefix) Sets a prefix for all routes added to the collection
public mixed handle ([string $uri]) Handle the whole request
public Phalcon\Mvc\Micro finish (callable $handler)
public setDI (Phalcon\DiInterface $dependencyInjector)
public object getService (string $serviceName) Obtains a service from the DI
public boolean offsetExists (string $alias) Check if a service is registered in the internal services container
Page 4 of 7