1 | <?php |
||
18 | class Bootstrap extends Abstraction |
||
19 | { |
||
20 | /** |
||
21 | * Execute bootstrap runner. |
||
22 | * |
||
23 | * @param \phpbu\App\Configuration $configuration |
||
24 | * @throws \phpbu\App\Exception |
||
25 | */ |
||
26 | 4 | public function run(Configuration $configuration) |
|
30 | 4 | ||
31 | 3 | /** |
|
32 | * Handles the bootstrap file inclusion. |
||
33 | * |
||
34 | * @param \phpbu\App\Configuration $configuration |
||
35 | * @throws \phpbu\App\Exception |
||
36 | */ |
||
37 | protected function handleBootstrap(Configuration $configuration) |
||
49 | } |
||
50 |