public Vote::getWeight

November 22, 2025 ยท View on GitHub

Read it at the source

Description

public Vote->getWeight ( [?CondorcetPHP\Condorcet\Election $context = null] ): int

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

Parameter

context: ?CondorcetPHP\Condorcet\Election

In the context of wich election? (optional).

Return value

(int) Weight. Default weight is 1.


Related

  • Vote::setWeight()

Contents

  1. 1Description
  2. 2Parameter
  3. 2.1context: ?CondorcetPHP\Condorcet\Election
  4. 3Return value
  5. 4Related