ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
RouteParser.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
FastRoute
;
4
5
interface
RouteParser
6
{
36
public
function
parse
($route);
37
}
php
An exception for terminatinating execution or to throw for unit testing.
FastRoute\RouteParser
Definition:
RouteParser.php:6
FastRoute\RouteParser\parse
parse($route)
Parses a route string into multiple route data arrays.
FastRoute
Definition:
BadRouteException.php:3
libs
composer
vendor
nikic
fast-route
src
RouteParser.php
Generated on Thu Oct 2 2025 19:01:08 for ILIAS by
1.9.4 (using
Doxyfile
)