ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($data) | |
![]() | |
dispatch ($httpMethod, $uri) | |
Dispatches against the provided HTTP method verb and URI. More... | |
dispatch ($httpMethod, $uri) | |
Dispatches against the provided HTTP method verb and URI. More... | |
Protected Member Functions | |
dispatchVariableRoute ($routeData, $uri) | |
dispatchVariableRoute ($routeData, $uri) | |
Additional Inherited Members | |
![]() | |
const | NOT_FOUND = 0 |
const | FOUND = 1 |
const | METHOD_NOT_ALLOWED = 2 |
![]() | |
$staticRouteMap = [] | |
$variableRouteData = [] | |
Definition at line 5 of file CharCountBased.php.
FastRoute\Dispatcher\CharCountBased::__construct | ( | $data | ) |
Definition at line 7 of file CharCountBased.php.
References $data.
|
protected |
Reimplemented from FastRoute\Dispatcher\RegexBasedAbstract.
Definition at line 12 of file CharCountBased.php.
References $data, $handler, $i, FastRoute\Dispatcher\FOUND, and FastRoute\Dispatcher\NOT_FOUND.