1 | <?php |
||
8 | class Ignition |
||
9 | { |
||
10 | /** @var Closure[] */ |
||
11 | public static $callBeforeShowingErrorPage = []; |
||
12 | |||
13 | /** @var array */ |
||
14 | public static $tabs = []; |
||
15 | |||
16 | public static function tab(Tab $tab) |
||
20 | |||
21 | public static function styles(): array |
||
29 | |||
30 | public static function scripts(): array |
||
38 | |||
39 | public static function registerAssets(Closure $callable) |
||
43 | } |
||
44 |