public static Condorcet::getVersion

November 22, 2025 ยท View on GitHub

Read it at the source

Description

public static Condorcet::getVersion ( [bool $major = false] ): string

Get the library version.

Parameter

major: bool

  • true will return : 2.0, false will return : 2.0.0.

Return value

(string) Condorcet PHP version.


Related

  • Election::getCondorcetBuilderVersion()

Contents

  1. 1Description
  2. 2Parameter
  3. 2.1major: bool
  4. 3Return value
  5. 4Related