ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
getPattern () | |
Get route pattern. More... | |
add ($callable) | |
Prepend middleware to the group middleware collection. More... | |
__invoke (App $app) | |
Execute route group callable in the context of the Slim App. More... | |
Definition at line 19 of file RouteGroupInterface.php.
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
App | $app |
Implemented in Slim\RouteGroup.
Slim\Interfaces\RouteGroupInterface::add | ( | $callable | ) |
Prepend middleware to the group middleware collection.
callable | string | $callable | The callback routine |
Slim\Interfaces\RouteGroupInterface::getPattern | ( | ) |
Get route pattern.