ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($pattern, $callable) | |
Create a new RouteGroup. More... | |
__invoke (App $app=null) | |
Invoke the group to register any Routable objects within it. More... | |
Public Member Functions inherited from Slim\Routable | |
getMiddleware () | |
Get the middleware registered for the group. More... | |
getPattern () | |
Get the route pattern. More... | |
setContainer (ContainerInterface $container) | |
Set container for use with resolveCallable. More... | |
add ($callable) | |
Prepend middleware to the middleware collection. More... | |
setPattern ($newPattern) | |
Set the route pattern. More... | |
Public Member Functions inherited from Slim\Interfaces\RouteGroupInterface | |
getPattern () | |
Get route pattern. More... | |
add ($callable) | |
Prepend middleware to the group middleware collection. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Slim\Routable | |
$callable | |
$container | |
$middleware = [] | |
$pattern | |
Definition at line 19 of file RouteGroup.php.
Slim\RouteGroup::__construct | ( | $pattern, | |
$callable | |||
) |
Create a new RouteGroup.
string | $pattern | The pattern prefix for the group |
callable | $callable | The group callable |
Definition at line 27 of file RouteGroup.php.
Slim\RouteGroup::__invoke | ( | App | $app = null | ) |
Invoke the group to register any Routable objects within it.
Implements Slim\Interfaces\RouteGroupInterface.
Definition at line 38 of file RouteGroup.php.