Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | public function __construct() |
||
12 | { |
||
13 | $projectPath = \WebServCo\Framework\Environment\Config::string('APP_PATH_PROJECT'); |
||
14 | |||
15 | // no library code before calling the parent constructor |
||
16 | $outputLoader = new OutputLoader($projectPath); |
||
17 | |||
18 | parent::__construct($outputLoader); |
||
19 | |||
20 | $this->setupPaths(); |
||
21 | } |
||
23 |