Esempio n. 1
0
 /**
  * Adds a cache id into the internal template object.
  *
  * @param   string|array $cache_id
  * @return  Enlight_View_Default
  */
 public function addCacheId($cache_id)
 {
     $this->template->addCacheId($cache_id);
     return $this;
 }