1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__serveur-vote-lalis/include/condorcet/Documentation/Candidate Class/public Candidate--getObjectVersion.md
2022-09-21 14:01:45 +02:00

577 B

public Candidate::getObjectVersion

Description

public Candidate->getObjectVersion ( [bool $major = false] ): string

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

major: bool

true will return : '2.0' and false will return : '2.0.0'.

Return value:

(string) Condorcet PHP version.