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