ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
RouteGroupInterface.php
Go to the documentation of this file.
1
<?php
9
namespace
Slim\Interfaces
;
10
11
use
Slim\App
;
12
19
interface
RouteGroupInterface
20
{
26
public
function
getPattern
();
27
35
public
function
add
($callable);
36
45
public
function
__invoke
(
App
$app);
46
}
Slim\Interfaces
Slim Framework (https://slimframework.com)
Definition:
CallableResolverInterface.php:9
Slim\App
Definition:
App.php:46
Slim\Interfaces\RouteGroupInterface\add
add($callable)
Prepend middleware to the group middleware collection.
Slim\Interfaces\RouteGroupInterface
Definition:
RouteGroupInterface.php:19
App
Slim\Interfaces\RouteGroupInterface\getPattern
getPattern()
Get route pattern.
Slim\Interfaces\RouteGroupInterface\__invoke
__invoke(App $app)
Execute route group callable in the context of the Slim App.
libs
composer
vendor
slim
slim
Slim
Interfaces
RouteGroupInterface.php
Generated on Sat Jan 18 2025 19:01:11 for ILIAS by
1.8.13 (using
Doxyfile
)