Exemplo n.º 1
0
 function __construct($templatePath, $request)
 {
     parent::__construct($templatePath);
     $this->setTwigVariables(['Navigation' => new Navigation($request)]);
 }