debug
This commit is contained in:
		| @@ -0,0 +1,22 @@ | ||||
| ## public Algo\Pairwise::getExplicitPairwise | ||||
|  | ||||
| ### Description     | ||||
|  | ||||
| ```php | ||||
| public Algo\Pairwise->getExplicitPairwise ( ): array | ||||
| ``` | ||||
|  | ||||
| Return the Pairwise. | ||||
|      | ||||
|  | ||||
| ### Return value:    | ||||
|  | ||||
| *(```array```)* Pairwise as an explicit array . | ||||
|  | ||||
|  | ||||
| --------------------------------------- | ||||
|  | ||||
| ### Related method(s)       | ||||
|  | ||||
| * [Election::getPairwise](../Election%20Class/public%20Election--getPairwise.md)     | ||||
| * [Election::getResult](../Election%20Class/public%20Election--getResult.md)     | ||||
| @@ -0,0 +1,25 @@ | ||||
| ## public Algo\Pairwise::getObjectVersion | ||||
|  | ||||
| ### Description     | ||||
|  | ||||
| ```php | ||||
| public Algo\Pairwise->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)       | ||||
|  | ||||
| * [static Condorcet::getVersion](../Condorcet%20Class/public%20static%20Condorcet--getVersion.md)     | ||||
		Reference in New Issue
	
	Block a user