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/Vote Class/public Vote--getAllCandidates.md

23 lines
475 B
Markdown

## public Vote::getAllCandidates
### Description
```php
public Vote->getAllCandidates ( ): array
```
Get all the candidates object set in the last ranking of this Vote.
### Return value:
*(```array```)* Candidates list.
---------------------------------------
### Related method(s)
* [Vote::getRanking](../Vote%20Class/public%20Vote--getRanking.md)
* [Vote::countRankingCandidates](../Vote%20Class/public%20Vote--countRankingCandidates.md)