Esempio n. 1
0
 /**
  * Extends a template block by name.
  *
  * @param          $spec
  * @param          $content
  * @param   string $mode
  * @return  Enlight_View_Default
  */
 public function extendsBlock($spec, $content, $mode)
 {
     $this->template->extendsBlock($spec, $content, $mode);
     return $this;
 }