|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for FastRoute\Dispatcher\GroupCountBased:
Collaboration diagram for FastRoute\Dispatcher\GroupCountBased:Public Member Functions | |
| __construct ($data) | |
Public Member Functions inherited from FastRoute\Dispatcher\RegexBasedAbstract | |
| 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 | |
Data Fields inherited from FastRoute\Dispatcher | |
| const | NOT_FOUND = 0 |
| const | FOUND = 1 |
| const | METHOD_NOT_ALLOWED = 2 |
Protected Attributes inherited from FastRoute\Dispatcher\RegexBasedAbstract | |
| $staticRouteMap = [] | |
| $variableRouteData = [] | |
Definition at line 5 of file GroupCountBased.php.
| FastRoute\Dispatcher\GroupCountBased::__construct | ( | $data | ) |
Definition at line 7 of file GroupCountBased.php.
References $data.
|
protected |
Reimplemented from FastRoute\Dispatcher\RegexBasedAbstract.
Definition at line 12 of file GroupCountBased.php.
References $data, $handler, $i, FastRoute\Dispatcher\FOUND, and FastRoute\Dispatcher\NOT_FOUND.