public static Election::maxVotePerElection

November 22, 2025 ยท View on GitHub

Read it at the source

Description

public static ?int Election::maxVotePerElection 

Add a limitation on Election::addVote and related methods. You can't add new votes if the number of registered votes is equal or superior to this limit. Null will deactivate this functionality. An integer will set the limit.