public Timer\Chrono::getCondorcetBuilderVersion

February 21, 2026 ยท View on GitHub

Read it at the source

Description

public Timer\Chrono->getCondorcetBuilderVersion ( [bool $major = false] ): string

Get the Condorcet PHP version who built this object. Usefull pour serializing Election.

Parameter

major: bool

true will return 2.0 and false will return 2.0.0.

Return value

(string) Condorcet PHP version.


Related

  • Condorcet::getVersion()

Contents

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