ModelConfig::getCandidateCount(): int|null

In this article

Gets the candidate count.

Return

int|null The candidate count.

Source

public function getCandidateCount(): ?int
{
    return $this->candidateCount;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.