예제 #1
0
파일: Core.php 프로젝트: fjpqzm/ganglia-web
 /**
  * [util function] checks whether the given template is cached or not
  *
  * @param Dwoo_ITemplate $tpl the template object
  * @return bool
  */
 public function isCached(Dwoo_ITemplate $tpl)
 {
     return is_string($tpl->getCachedTemplate($this));
 }