1 | <?php |
||
14 | abstract class Basic extends Extend\Utils\Extension { |
||
15 | |||
16 | /** |
||
17 | * Get a loader object |
||
18 | */ |
||
19 | |||
20 | public static function getLoader(string $section, bool $load_all = true) : Extend\Utils\Loader\Basic { |
||
24 | |||
25 | /** |
||
26 | * Initialize the extensions list |
||
27 | */ |
||
28 | |||
29 | public static function init(string $section) { |
||
48 | } |
||
49 | } |
||
50 |