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/Condorcet Class/public static Condorcet--getVersion.md

27 lines
500 B
Markdown
Raw Normal View History

2022-09-21 12:39:11 +02:00
## public static Condorcet::getVersion
### Description
```php
public static Condorcet::getVersion ( [bool $major = false] ): string
```
Get the library version.
##### **major:** *```bool```*
* true will return : '2.0'
* false will return : '2.0.0'.
### Return value:
*(```string```)* Condorcet PHP version.
---------------------------------------
### Related method(s)
* [Election::getObjectVersion](../Election%20Class/public%20Election--getObjectVersion.md)