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

24 lines
657 B
Markdown
Raw Normal View History

2022-09-21 12:39:11 +02:00
## public Result::getWinner
### Description
```php
public Result->getWinner ( ): 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 winner.
You can get an array with multiples winners.
---------------------------------------
### Related method(s)
* [Result::getLoser](../Result%20Class/public%20Result--getLoser.md)
* [Election::getWinner](../Election%20Class/public%20Election--getWinner.md)