Definition at line 19 of file RouteGroupInterface.php.
◆ __invoke()
Slim\Interfaces\RouteGroupInterface::__invoke |
( |
App |
$app | ) |
|
Execute route group callable in the context of the Slim App.
This method invokes the route group object's callable, collecting nested route objects
- Parameters
-
◆ add()
Slim\Interfaces\RouteGroupInterface::add |
( |
|
$callable | ) |
|
Prepend middleware to the group middleware collection.
- Parameters
-
callable | string | $callable | The callback routine |
- Returns
- RouteGroupInterface
◆ getPattern()
Slim\Interfaces\RouteGroupInterface::getPattern |
( |
| ) |
|
Get route pattern.
- Returns
- string
The documentation for this interface was generated from the following file: