phpDocumentor

HttpRouteGroup implements RouteGroup

Class HttpRouteGroup

Tags
codeCoverageIgnore

Interfaces, Classes and Traits

RouteGroup
Interface RouteGroup

Table of Contents

$internal  : RouteGroupInterface
__construct()  : mixed
HttpRouteGroup constructor.
addMiddleware()  : self
Add middleware to the route group

Properties

Methods

__construct()

HttpRouteGroup constructor.

public __construct(RouteGroupInterface $internal) : mixed
Parameters
$internal : RouteGroupInterface
Return values
mixed

addMiddleware()

Add middleware to the route group

public addMiddleware(MiddlewareInterface $middleware) : self
Parameters
$middleware : MiddlewareInterface
Tags
inheritDoc
Return values
self

Search results