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 43
public
__construct(string $phpbb_root_path, string $php_ext, driver_interface $cache = null)
Creates a new finder instance.
at line 56
public array
find(bool $cache = true)
Finds all hook files.