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