public static Condorcet::isAuthMethod

November 22, 2025 ยท View on GitHub

Read it at the source

Description

public static Condorcet::isAuthMethod ( string $method ): bool

Test if a method is in the result set of Condorcet::getAuthMethods.

Parameter

method: string

A valid method name or class.

Return value

(bool) True / False


Related

  • Condorcet::getAuthMethods()

Contents

  1. 1Description
  2. 2Parameter
  3. 2.1method: string
  4. 3Return value
  5. 4Related