public Election::computeResult 
Description 
php
public Election->computeResult ( [?string $method = null] ): voidReally similar to Election::getResult() but not return anything. Just calculates silently and fill the cache.
Parameter 
method: ?string 
Not requiered for use object default method. Set the string name of the algorithm for use an specific one.
