| 1 | <?php |
||
| 17 | class HttpController extends Controller |
||
| 18 | { |
||
| 19 | |||
| 20 | use TwigFunctions; |
||
| 21 | use HttpErrors; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param ContainerInterface $container |
||
| 25 | * @param string $templateEngine |
||
| 26 | */ |
||
| 27 | public function init(ContainerInterface $container, string $templateEngine) |
||
| 36 | |||
| 37 | public function twig(string $template, array $params = []): void |
||
| 45 | } |
||
| 46 |