Skip to content

public static Election::maxVotePerElection

Read it at the source

Description

php
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.


Released under the MIT License.