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--testIfVoteIsValidUnderElectionConstraints.md

1.0 KiB

public Election::testIfVoteIsValidUnderElectionConstraints

Description

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

Test if a vote is valid with these election constraints.

vote: CondorcetPHP\Condorcet\Vote

A vote. Not necessarily registered in this election.

Return value:

(bool) Return True if vote will pass the constraints rules, else False.



Examples and explanation