1 | <?php |
||
12 | class MagerunBootstrap |
||
13 | { |
||
14 | /** |
||
15 | * @param ClassLoader|null $loader [optional] |
||
16 | * @return Magento\Application |
||
17 | * @throws ErrorException |
||
18 | */ |
||
19 | public static function createApplication(ClassLoader $loader = null) |
||
29 | |||
30 | /** |
||
31 | * @throws ErrorException |
||
32 | * @return ClassLoader |
||
33 | */ |
||
34 | public static function getLoader() |
||
49 | |||
50 | /** |
||
51 | * @param string $file |
||
52 | * @return mixed |
||
53 | */ |
||
54 | public static function includeIfExists($file) |
||
60 | } |
||
61 |