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 Election--addConstraint.md
2022-09-21 14:01:45 +02:00

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


Examples and explanation