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/Result Class/public Result--getLoser.md

653 B

public Result::getLoser

Description

public Result->getLoser ( ): CondorcetPHP\Condorcet\Candidate|array|null

Equivalent to [Condorcet/Election::getWinner($method)](../Election Class/public Election--getWinner.md).

Return value:

(CondorcetPHP\Condorcet\Candidate|array|null) Candidate object given. Null if there are no available loser. You can get an array with multiples losers.