コード例 #1
0
ファイル: service.php プロジェクト: jorgemunoz8807/havanabook
 public function findEntityLikesCount($entityType, $entityId)
 {
     return $this->likeDao->findCountByEntity($entityType, $entityId);
 }