34 lines
807 B
Markdown
34 lines
807 B
Markdown
|
## public Election::setMethodOption
|
||
|
|
||
|
### Description
|
||
|
|
||
|
```php
|
||
|
public Election->setMethodOption ( string $method , string $optionName , BackedEnum|array|string|int|float $optionValue ): bool
|
||
|
```
|
||
|
|
||
|
Set an option to a method module and reset his cache for this election object. Be aware that this option applies to all election objects and remains in memory.
|
||
|
|
||
|
|
||
|
##### **method:** *```string```*
|
||
|
Method name or class path.
|
||
|
|
||
|
|
||
|
##### **optionName:** *```string```*
|
||
|
Option name.
|
||
|
|
||
|
|
||
|
##### **optionValue:** *```BackedEnum|array|string|int|float```*
|
||
|
Option Value.
|
||
|
|
||
|
|
||
|
### Return value:
|
||
|
|
||
|
*(```bool```)* True on success. Else False.
|
||
|
|
||
|
|
||
|
---------------------------------------
|
||
|
|
||
|
### Related method(s)
|
||
|
|
||
|
* [Result::getMethodOptions](../Result%20Class/public%20Result--getMethodOptions.md)
|