class finder
The hook finder locates installed hooks.
Methods
|
__construct(string $phpbb_root_path, string $php_ext, driver_interface $cache = null)
Creates a new finder instance. |
||
| array |
find(bool $cache = true)
Finds all hook files. |
Details
at line 32
public
__construct(string $phpbb_root_path, string $php_ext, driver_interface $cache = null)
Creates a new finder instance.
at line 45
public array
find(bool $cache = true)
Finds all hook files.