1 | <?php |
||
15 | class customsitescollection |
||
16 | { |
||
17 | /** @var string $root_path */ |
||
18 | protected $root_path; |
||
19 | |||
20 | /** |
||
21 | * Constructor |
||
22 | * |
||
23 | * @param string $phpbb_root_path |
||
24 | */ |
||
25 | public function __construct($phpbb_root_path) |
||
29 | |||
30 | /** |
||
31 | * Get custom XML site definitions collection object |
||
32 | * |
||
33 | * @return object XmlFileDefinitionCollection |
||
34 | */ |
||
35 | public function get_custom_sites_collection() |
||
39 | } |
||
40 |