Skip to content

Create an Election

Make a new Election

php
use CondorcetPHP\Condorcet\Election;

$election = new Election;

Get library version / Get object version

The distinction may be useful in before storing serialized version.

php
use CondorcetPHP\Condorcet\Condorcet;

Condorcet::getVersion();  // Return the Class engine version
$election->getCondorcetBuilderVersion(); // Return the Class engine version who build this object

Released under the MIT License.