807 B
807 B
public Election::setMethodOption
Description
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.