public Election::sumValidVotesWeightWithConstraints

Read it at the source

Description

public Election->sumValidVotesWeightWithConstraints ( [array|string|null $tags = null , int|bool $with = true] ): int

Sum total votes weight in this election. If vote weight functionality is disable (default setting), it will return the number of registered votes. This method don't ignore votes constraints, only valid vote will be counted.

tags: array|string|null

Tag into string separated by commas, or an Array.

with: int|bool

Count Votes with this tag ou without this tag-.

Return value:

(int) (Int) Total vote weight