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

699 B

public Election::getVotesList

Description

public Election->getVotesList ( [array|string|null $tags = null , bool $with = true] ): array

Get registered vote list.

tags: array|string|null

Tags list as a string separated by commas or array.

with: bool

Get votes with these tags or without.

Return value:

(array) Populated by each Vote object.