722 B
722 B
public static Condorcet::addMethod
Description
public static Condorcet::addMethod ( string $methodClass ): bool
If you create your own Condorcet Algo. You will need it !
methodClass: string
The class name implementing your method. The class name includes the namespace it was declared in (e.g. Foo\Bar).
Return value:
(bool
) True on Success. False on failure.