public static Condorcet::setDefaultMethod

November 22, 2025 ยท View on GitHub

Read it at the source

Description

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

Put a new static method by default for the news Condorcet objects.

Parameter

method: string

A valid method name or class.

Return value

(bool) In case of success, return TRUE


Related

  • Condorcet::getDefaultMethod()

Contents

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