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