예제 #1
0
파일: Default.php 프로젝트: nvdnkpr/Enlight
 /**
  * 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;
 }