public Candidate::haveLink

November 22, 2025 ยท View on GitHub

Read it at the source

Description

public Candidate->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.


Related

Contents

  1. 1Description
  2. 2Parameter
  3. 2.1election: CondorcetPHP\Condorcet\Election
  4. 3Return value
  5. 4Related