Skip to content

public Vote::haveLink

Read it at the source

Description

php
public Vote->haveLink ( CondorcetPHP\Condorcet\Election $election ): bool

Check if this election is linked with this Candidate/Vote object.

Parameter

election: CondorcetPHP\Condorcet\Election

Condorcet election to check.

Return value

(bool) True or False.


Released under the MIT License.