| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | public function init(ContainerInterface $container, string $templateEngine) |
||
| 14 | { |
||
| 15 | parent::init($container, $templateEngine); |
||
| 16 | |||
| 17 | $this->getTwig()->addGlobal('container', $this->container()); |
||
| 18 | $this->setData('Коротков Данила || Веб-разработчик (Web-developer)', 'title'); |
||
| 19 | $this->check('API'); |
||
| 20 | } |
||
| 21 | } |
||
| 22 |