Skip to content

public Candidate::getCondorcetBuilderVersion

Read it at the source

Description

php
public Candidate->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.


Released under the MIT License.