Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
10 | public function __construct() |
||
11 | { |
||
12 | $this->initPaths(); |
||
13 | |||
14 | $outputLoader = new OutputLoader($this->data('path/project')); |
||
15 | parent::__construct($outputLoader); |
||
16 | |||
17 | /* custom configuration settings */ |
||
18 | $this->config()->add( |
||
19 | 'app', |
||
20 | $this->config()->load( |
||
21 | 'App', |
||
22 | $this->data('path/project') |
||
23 | ) |
||
27 |