1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__serveur-vote-lalis/include/condorcet/Documentation/Election Class/public Election--removeVote.md
2022-09-21 14:01:45 +02:00

873 B

public Election::removeVote

Description

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

Remove Votes from an election.

vote: CondorcetPHP\Condorcet\Vote

Vote object.

Return value:

(bool) List of removed CondorcetPHP\Condorcet\Vote object.



Examples and explanation