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