| 1 | <?php |
||
| 15 | class customsitescollection |
||
| 16 | { |
||
| 17 | /** @var string $sites_dir */ |
||
| 18 | protected $sites_dir; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Constructor |
||
| 22 | * |
||
| 23 | * @param string $sites_dir |
||
| 24 | */ |
||
| 25 | public function __construct($sites_dir) |
||
| 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 |