Example #1
0
 /**
  *
  * extend a smarty template view
  *
  * @param $view
  * @return $this
  */
 public function extendTemplate($view)
 {
     $normal_path = $this->normalizeName($view);
     $absolut_path = $this->finder->find($normal_path);
     $this->preparePath($absolut_path);
     $this->view->setPath($this->path);
     return $this;
 }