public Election::countCandidates

February 24, 2026 ยท View on GitHub

Read it at the source

Description

public Election->countCandidates ( ): int

Count the number of registered candidates.

Return value

(int) Number of registered candidates for this election.


Related

  • \CondorcetPHP\Condorcet\Election::getCandidatesList()

Contents

  1. 1Description
  2. 2Return value
  3. 3Related