コード例 #1
0
ファイル: ContentRepository.php プロジェクト: devco/model
 /**
  * @cache  Using PHP.
  * @ensure Provider\ContentEntity
  */
 protected function findById($id)
 {
     return parent::findById($id);
 }