예제 #1
0
파일: Entity.php 프로젝트: emoveo/sfm
 /**
  * Returns either Entity will be cached
  * 
  * @return bool
  */
 public final function isCacheable()
 {
     return $this->mapper->isCacheable($this);
 }