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

23 lines
587 B
Markdown
Raw Normal View History

2022-09-21 12:39:11 +02:00
## public Result::getCondorcetLoser
### Description
```php
public Result->getCondorcetLoser ( ): ?CondorcetPHP\Condorcet\Candidate
```
Get the Condorcet loser, if exist, at the result time.
### Return value:
*(```?CondorcetPHP\Condorcet\Candidate```)* Condorcet/Candidate object if there is a Condorcet loser or NULL instead.
---------------------------------------
### Related method(s)
* [Result::getCondorcetWinner](../Result%20Class/public%20Result--getCondorcetWinner.md)
* [Election::getLoser](../Election%20Class/public%20Election--getLoser.md)