23 lines
758 B
Markdown
23 lines
758 B
Markdown
|
## public Election::sumValidVotesWeightWithConstraints
|
||
|
|
||
|
### Description
|
||
|
|
||
|
```php
|
||
|
public Election->sumValidVotesWeightWithConstraints ( ): 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.
|
||
|
|
||
|
|
||
|
### Return value:
|
||
|
|
||
|
*(```int```)* (Int) Total vote weight
|
||
|
|
||
|
|
||
|
---------------------------------------
|
||
|
|
||
|
### Related method(s)
|
||
|
|
||
|
* [Election::countValidVoteWithConstraints](../Election%20Class/public%20Election--countValidVoteWithConstraints.md)
|
||
|
* [Election::countInvalidVoteWithConstraints](../Election%20Class/public%20Election--countInvalidVoteWithConstraints.md)
|