Skip to content

public Vote::setWeight ​

Read it at the source

Description ​

php
public Vote->setWeight ( int $newWeight ): int

Set a vote weight. The vote weight capacity must be active at the election level for producing effect on the result.

Parameter ​

newWeight: int ​

The new vote weight.

Return value ​

(int) New weight.

Throws: ​

  • CondorcetPHP\Condorcet\Throwable\VoteInvalidFormatException

Released under the MIT License.