ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
RouteGroupInterface.php
Go to the documentation of this file.
1<?php
9namespace Slim\Interfaces;
10
11use Slim\App;
12
20{
26 public function getPattern();
27
35 public function add($callable);
36
45 public function __invoke(App $app);
46}
An exception for terminatinating execution or to throw for unit testing.
add($callable)
Prepend middleware to the group middleware collection.
__invoke(App $app)
Execute route group callable in the context of the Slim App.
Slim Framework (https://slimframework.com)