public Election::removeVote

September 3, 2025 ยท View on GitHub

Read it at the source

Description

public Election->removeVote ( CondorcetPHP\Condorcet\Vote $vote ): true

Remove Votes from an election.

Parameter

vote: CondorcetPHP\Condorcet\Vote

Vote object.

Return value

(true) True on success


Related

  • Election::removeVotesByTags()

Tutorial

  • This method has explanations and examples in the Documentation Book

Contents

  1. 1Description
  2. 2Parameter
  3. 2.1vote: CondorcetPHP\Condorcet\Vote
  4. 3Return value
  5. 4Related
  6. 5Tutorial