public callable getActiveHandler () Return the handler that will be called for the matched route
public mixed offsetGet (string $alias) Allows to obtain a shared service in the internal services container
abstract public post (mixed $routePattern, mixed $handler, [mixed $name]) ...
abstract public get (mixed $routePattern, mixed $handler, [mixed $name]) ...
public setActiveHandler (callable $activeHandler) Sets externally the handler that must be called by the matched route
abstract public getHandlers () ...
public stop () Stops the middleware execution avoiding than other middlewares be executed
public isLazy () Returns if the main handler must be lazy loaded
public setPrefix (mixed $prefix) Sets a prefix for all routes added to the collection
abstract public options (mixed $routePattern, mixed $handler, [mixed $name]) ...
Page 3 of 7