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

22 lines
417 B
Markdown
Raw Normal View History

2022-09-21 12:39:11 +02:00
## public Election::getCandidatesList
### Description
```php
public Election->getCandidatesList ( ): array
```
Return a list of registered candidates for this election.
### Return value:
*(```array```)* List of candidates in an array.
---------------------------------------
### Related method(s)
* [Election::countCandidates](../Election%20Class/public%20Election--countCandidates.md)