[ Index ] |
PHP Cross Reference of phpBB-3.3.14-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: | 91 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
finder:: (2 methods):
__construct()
find()
__construct($phpbb_root_path, $php_ext, \phpbb\cache\driver\driver_interface $cache = null) X-Ref |
Creates a new finder instance. param: string $phpbb_root_path Path to the phpbb root directory param: string $php_ext php file extension param: \phpbb\cache\driver\driver_interface $cache A cache instance or null |
find($cache = true) X-Ref |
Finds all hook files. param: bool $cache Whether the result should be cached return: array An array of paths to found hook files |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |