コード例 #1
0
ファイル: CategoryManager.php プロジェクト: bono-cms/Blog
 /**
  * Fetches category's entity by its associated id
  * 
  * @param string $id
  * @return \Krystal\Stdlib\VirtualEntity|boolean
  */
 public function fetchById($id)
 {
     return $this->prepareResult($this->categoryMapper->fetchById($id));
 }