[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/phpbb/hook/ -> finder.php (summary)

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

Defines 1 class

finder:: (2 methods):
  __construct()
  find()


Class: finder  - X-Ref

The hook finder locates installed hooks.

__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.

return: array An array of paths to found hook files
param: bool $cache Whether the result should be cached



Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1