Class **Phalcon\\Mvc\\Micro\\Collection** ========================================= Groups handlers as controllers Methods --------- protected **_addMap** () ... public :doc:`Phalcon\\Mvc\\Router\\RouteInterface ` **get** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is GET public :doc:`Phalcon\\Mvc\\Router\\RouteInterface ` **post** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is POST public :doc:`Phalcon\\Mvc\\Router\\RouteInterface ` **put** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is PUT public :doc:`Phalcon\\Mvc\\Router\\RouteInterface ` **patch** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is PATCH public :doc:`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 :doc:`Phalcon\\Mvc\\Router\\RouteInterface ` **delete** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is DELETE public :doc:`Phalcon\\Mvc\\Router\\RouteInterface ` **options** (*string* $routePattern, *callable* $handler) Maps a route to a handler that only matches if the HTTP method is OPTIONS