abstract public getHandler () ...
abstract public delete (mixed $routePattern, mixed $handler, [mixed $name]) ...
abstract public get (mixed $routePattern, mixed $handler, [mixed $name]) ...
public setLazy (mixed $lazy) Sets if the main handler must be lazy loaded
public Phalcon\Mvc\Micro\Collection setHandler (mixed $handler, [boolean $lazy]) Sets the main handler
public isLazy () Returns if the main handler must be lazy loaded
public Phalcon\Mvc\Micro\Collection options (string $routePattern, callable $handler, [mixed $name]) Maps a route to a handler that only matches if the HTTP method is OPTIONS
public Phalcon\Mvc\Micro\Collection put (string $routePattern, callable $handler, [string $name]) Maps a route to a handler that only matches if the HTTP method is PUT
public Phalcon\Mvc\Micro\Collection map (string $routePattern, callable $handler, [string $name]) Maps a route to a handler
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
Page 177 of 382