717 B
717 B
public Vote::getSimpleRanking
Description
public Vote->getSimpleRanking ( [?CondorcetPHP\Condorcet\Election $context = null , bool $displayWeight = true] ): string
Get the current ranking as a string format. Optionally with an election context, see Election::getContextualRanking()
context: ?CondorcetPHP\Condorcet\Election
An election already linked to the Vote.
displayWeight: bool
Include or not the weight symbol and value.
Return value:
(string
) String like 'A>D=C>B'