ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
no_options.php
Go to the documentation of this file.
1
<?hh
2
3
namespace
FastRoute\TestFixtures
;
4
5
function
no_options_simple
(): \
FastRoute
\
Dispatcher
{
6
return \FastRoute\simpleDispatcher($collector ==> {});
7
}
8
9
function
no_options_cached
(): \
FastRoute
\
Dispatcher
{
10
return \FastRoute\cachedDispatcher($collector ==> {});
11
}
FastRoute\TestFixtures
Definition:
all_options.php:3
FastRoute\TestFixtures\no_options_cached
no_options_cached()
Definition:
no_options.php:9
FastRoute
Definition:
BadRouteException.php:3
FastRoute\Dispatcher
Definition:
Dispatcher.php:5
FastRoute\TestFixtures\no_options_simple
no_options_simple()
Definition:
no_options.php:5
libs
composer
vendor
nikic
fast-route
test
HackTypechecker
fixtures
no_options.php
Generated on Sat Jan 18 2025 19:01:06 for ILIAS by
1.8.13 (using
Doxyfile
)