public Phalcon\Mvc\Micro\Collection patch (string $routePattern, callable $handler, [string $name]) Maps a route to a handler that only matches if the HTTP method is PATCH
public Phalcon\Mvc\Micro\Collection head (string $routePattern, callable $handler, [string $name]) Maps a route to a handler that only matches if the HTTP method is HEAD
public mixed getHandler () Returns the main handler
public array getHandlers () Returns the registered handlers
public Phalcon\Mvc\Micro\Collection delete (string $routePattern, callable $handler, [string $name]) Maps a route to a handler that only matches if the HTTP method is DELETE
public Phalcon\Mvc\Micro\Collection get (string $routePattern, callable $handler, [string $name]) Maps a route to a handler that only matches if the HTTP method is GET
public getPrefix () Returns the collection prefix if any
public setActiveHandler (callable $activeHandler) Sets externally the handler that must be called by the matched route
public stop () Stops the middleware execution avoiding than other middlewares be executed
public Phalcon\Di\ServiceInterface setService (string $serviceName, mixed $definition, [boolean $shared]) Sets a service from the DI
Page 178 of 382