| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 11 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 6 | 
| CRAP Score | 1 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php | ||
| 38 | 1 | public function __construct(array $array) | |
| 39 |     { | ||
| 40 | 1 | Lib::v($array['caches'], array()); | |
| 41 | |||
| 42 | 1 | $this->caches = $this->parseDefinitionsCaches($array['caches']); | |
| 43 | |||
| 44 | 1 | Lib::v($array['services'], array()); | |
| 45 | |||
| 46 | 1 | $this->services = $this->parseDefinitionsServices($array['services']); | |
| 47 | |||
| 48 | 1 | $this->array = $array; | |
| 49 | 1 | } | |
| 87 |