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