public static Condorcet::getMethodClass
Description
php
public static Condorcet::getMethodClass ( string $method ): ?stringReturn the full class path for a method.
Parameter
method: string
A valid method name.
Return value
(?string) Return null is method not exist.
Throws:
CondorcetPHP\Condorcet\Throwable\VotingMethodIsNotImplemented
