Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
38 | public function __construct(ContainerBuilder $container, $config) |
||
39 | { |
||
40 | $this->container = $container; |
||
41 | $this->enabled = $config[self::CONFIG_KEY_ENABLED_ALWAYS]; |
||
42 | $this->outputDirectory = $config[self::CONFIG_KEY_OUTPUT_DIRECTORY]; |
||
43 | $this->outputFormats = $config[self::CONFIG_KEY_FORMAT]; |
||
44 | } |
||
87 | } |