1.0 KiB
1.0 KiB
public Election::addConstraint
Description
public Election->addConstraint ( string $constraintClass ): bool
Add a constraint rules as a valid class path.
constraintClass: string
A valid class path. Class must extend VoteConstraint class.
Return value:
(bool
) True on success.
Throws:
CondorcetPHP\Condorcet\Throwable\VoteConstraintException
Related method(s)
- Election::getConstraints
- Election::clearConstraints
- Election::testIfVoteIsValidUnderElectionConstraints