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