Example #1
0
 /**
  * Remove vote
  *
  * @param \AppBundle\Entity\Decklist $vote
  */
 public function removeVote(\AppBundle\Entity\Decklist $vote)
 {
     $vote->removeVote($this);
     $this->votes->removeElement($vote);
 }