[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 112 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
phpbb_get_url_matcher(\phpbb\extension\manager $manager, RequestContext $context, $root_path, $php_ext) X-Ref |
Create a new UrlMatcher class and dump it into the cache file param: \phpbb\extension\manager $manager Extension manager param: RequestContext $context Symfony RequestContext object param: string $root_path Root path param: string $php_ext PHP file extension return: null |
phpbb_create_dumped_url_matcher(\phpbb\extension\manager $manager, $root_path, $php_ext) X-Ref |
Create a new UrlMatcher class and dump it into the cache file param: \phpbb\extension\manager $manager Extension manager param: string $root_path Root path param: string $php_ext PHP file extension return: null |
phpbb_create_url_matcher(\phpbb\extension\manager $manager, RequestContext $context, $root_path) X-Ref |
Create a non-cached UrlMatcher param: \phpbb\extension\manager $manager Extension manager param: RequestContext $context Symfony RequestContext object return: UrlMatcher |
phpbb_load_url_matcher(RequestContext $context, $root_path, $php_ext) X-Ref |
Load the cached phpbb_url_matcher class param: RequestContext $context Symfony RequestContext object param: string $root_path Root path param: string $php_ext PHP file extension return: phpbb_url_matcher |
phpbb_url_matcher_dumped($root_path, $php_ext) X-Ref |
Determine whether we have our dumped URL matcher The class is automatically dumped to the cache directory param: string $root_path Root path param: string $php_ext PHP file extension return: bool True if it exists, false if not |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |