ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
Dispatcher.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
FastRoute
;
4
5
interface
Dispatcher
6
{
7
const
NOT_FOUND = 0;
8
const
FOUND = 1;
9
const
METHOD_NOT_ALLOWED = 2;
10
25
public
function
dispatch
($httpMethod, $uri);
26
}
php
An exception for terminatinating execution or to throw for unit testing.
FastRoute\Dispatcher
Definition:
Dispatcher.php:6
FastRoute\Dispatcher\dispatch
dispatch($httpMethod, $uri)
Dispatches against the provided HTTP method verb and URI.
FastRoute
Definition:
BadRouteException.php:3
libs
composer
vendor
nikic
fast-route
src
Dispatcher.php
Generated on Tue Sep 30 2025 19:00:54 for ILIAS by
1.9.4 (using
Doxyfile
)