1.1 KiB
1.1 KiB
public Election::parseVotes
Description
public Election->parseVotes ( string $input [, bool $isFile = false] ): int
Import votes from a text source. If any invalid vote is found inside, nothing are registered.
input: string
String or valid path to a text file.
isFile: bool
If true, the input is evalatued as path to text file.
Return value:
(int
) Count of the new registered vote.
Related method(s)
- Election::addVote
- Election::parseCandidates
- Election::parseVotesWithoutFail
- Election::addVotesFromJson