/** * Deletes all votes for entity item. * * @param integer $entityId * @param string $entityType */ public function deleteEntityItemVotes($entityId, $entityType) { $this->voteDao->deleteEntityItemVotes($entityId, $entityType); }