示例#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;
 }