コード例 #1
0
ファイル: Entity.php プロジェクト: emoveo/sfm
 /**
  * Returns either Entity will be cached
  * 
  * @return bool
  */
 public final function isCacheable()
 {
     return $this->mapper->isCacheable($this);
 }