Skip to content

public static Condorcet::getAuthMethods

Read it at the source

Description

php
public static Condorcet::getAuthMethods ( [bool $basic = false , bool $withNonDeterministicMethods = true] ): array

Get a list of supported algorithm.

Parameters

basic: bool

Include or not the natural Condorcet base algorithm.

withNonDeterministicMethods: bool

Include or not non deterministic methods.

Return value

(array) Populated by method string name. You can use it on getResult ... and others methods.


Released under the MIT License.