Exemplo n.º 1
0
Arquivo: Twig.php Projeto: pr-of-it/t4
 public function addTemplatePath($path)
 {
     parent::addTemplatePath($path);
     $loader = $this->twig->getLoader();
     $loader->setPaths($this->paths);
     $this->twig->setLoader($loader);
 }
Exemplo n.º 2
0
Arquivo: View.php Projeto: pr-of-it/t4
 public function addTemplatePath($path)
 {
     $this->renderer->addTemplatePath($path);
 }