Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 705 Bytes

public Timer_Manager--getObjectVersion.md

File metadata and controls

27 lines (14 loc) · 705 Bytes

public Timer\Manager::getObjectVersion

Read it at the source

Description

public Timer\Manager->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.


Related method(s)