Exemple #1
0
 /**
  * @param int $idCategory
  *
  * @return \Orm\Zed\Category\Persistence\SpyCategory
  */
 protected function getCategoryEntity($idCategory)
 {
     return $this->queryContainer->queryCategoryById($idCategory)->findOne();
 }