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 static Election--setMaxParseIteration.md

652 B

public static Election::setMaxParseIteration

Description

public static Election::setMaxParseIteration ( ?int $maxParseIterations ): ?int

Maximum input for each use of Election::parseCandidate && Election::parseVote. Will throw an exception if exceeded.

maxParseIterations: ?int

Null will deactivate this functionality. Else, enter an integer.

Return value:

(?int) (int or null) The new limit.