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