| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | public function init(ContainerInterface $container, array $templateEngine) |
||
| 19 | { |
||
| 20 | parent::init($container, $container->config('template')); |
||
| 21 | |||
| 22 | $this->getTwig()->addGlobal('container', $this->container()); |
||
| 23 | $this->container()->get('debugbar')['time']->startMeasure('Controller', 'Controller'); |
||
| 24 | $this->setData('Rudra Framework', 'title'); |
||
| 25 | $this->check(); |
||
| 26 | } |
||
| 27 | |||
| 42 |