ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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
}
php
An exception for terminatinating execution or to throw for unit testing.
Slim\Interfaces\RouteGroupInterface
Definition:
RouteGroupInterface.php:20
Slim\Interfaces\RouteGroupInterface\add
add($callable)
Prepend middleware to the group middleware collection.
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.
Slim\Interfaces
Slim Framework (https://slimframework.com)
Definition:
CallableResolverInterface.php:9
libs
composer
vendor
slim
slim
Slim
Interfaces
RouteGroupInterface.php
Generated on Thu Oct 2 2025 19:01:20 for ILIAS by
1.9.4 (using
Doxyfile
)