Conditions | 2 |
Paths | 2 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
15 | public function __construct($requestStack, $default, $container) |
||
16 | { |
||
17 | $this->request = $requestStack->getCurrentRequest(); |
||
18 | $this->defaultLocale = $default; |
||
19 | $this->shortFunctions = $container->hasParameter('sludio_helper.script.short_functions') && $container->getParameter('sludio_helper.script.short_functions'); |
||
20 | } |
||
54 |