21 lines
721 B
Markdown
21 lines
721 B
Markdown
## public Election::setStatsVerbosity
|
|
|
|
### Description
|
|
|
|
```php
|
|
public Election->setStatsVerbosity ( CondorcetPHP\Condorcet\Algo\StatsVerbosity $StatsVerbosity ): void
|
|
```
|
|
|
|
Set a verbosity level for Result->statsVerbosity on returning Result objects. High level can slow down processing and use more memory (many more) than LOW and STD (default) level on somes methods.
|
|
|
|
|
|
##### **StatsVerbosity:** *```CondorcetPHP\Condorcet\Algo\StatsVerbosity```*
|
|
A verbosity level.
|
|
|
|
---------------------------------------
|
|
|
|
### Related method(s)
|
|
|
|
* [Election::getVerbosity](../Election%20Class/public%20Election--getVerbosity.md)
|
|
* [Result::getVerbosity](../Result%20Class/public%20Result--getVerbosity.md)
|