Mvc\Micro::getActiveHandler
  • References/PHP/Phalcon/Mvc/Micro

public callable getActiveHandler () Return the handler that will be called for the matched route

2025-01-10 15:47:30
Mvc\Micro::offsetGet
  • References/PHP/Phalcon/Mvc/Micro

public mixed offsetGet (string $alias) Allows to obtain a shared service in the internal services container

2025-01-10 15:47:30
Mvc\Micro\CollectionInterface::post
  • References/PHP/Phalcon/Mvc/Micro/CollectionInterface

abstract public post (mixed $routePattern, mixed $handler, [mixed $name]) ...

2025-01-10 15:47:30
Mvc\Micro\CollectionInterface::get
  • References/PHP/Phalcon/Mvc/Micro/CollectionInterface

abstract public get (mixed $routePattern, mixed $handler, [mixed $name]) ...

2025-01-10 15:47:30
Mvc\Micro::setActiveHandler
  • References/PHP/Phalcon/Mvc/Micro

public setActiveHandler (callable $activeHandler) Sets externally the handler that must be called by the matched route

2025-01-10 15:47:30
Mvc\Micro\CollectionInterface::getHandlers
  • References/PHP/Phalcon/Mvc/Micro/CollectionInterface

abstract public getHandlers () ...

2025-01-10 15:47:30
Mvc\Micro::stop
  • References/PHP/Phalcon/Mvc/Micro

public stop () Stops the middleware execution avoiding than other middlewares be executed

2025-01-10 15:47:30
Mvc\Micro\Collection::isLazy
  • References/PHP/Phalcon/Mvc/Micro/Collection

public isLazy () Returns if the main handler must be lazy loaded

2025-01-10 15:47:30
Mvc\Micro\Collection::setPrefix
  • References/PHP/Phalcon/Mvc/Micro/Collection

public setPrefix (mixed $prefix) Sets a prefix for all routes added to the collection

2025-01-10 15:47:30
Mvc\Micro\CollectionInterface::options
  • References/PHP/Phalcon/Mvc/Micro/CollectionInterface

abstract public options (mixed $routePattern, mixed $handler, [mixed $name]) ...

2025-01-10 15:47:30