예제 #1
0
파일: Controller.php 프로젝트: c15k0/psfs
 /**
  * Método que añade la ruta del controlador a los path de plantillas Twig
  * @param string $path
  * @return $this
  */
 protected function setTemplatePath($path)
 {
     $this->tpl->addPath($path, $this->domain);
     return $this;
 }