You are here

public function Criteria::getMaxResults in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php \Doctrine\Common\Collections\Criteria::getMaxResults()

Gets maxResults.

Return value

int|null

File

vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php, line 241

Class

Criteria
Criteria for filtering Selectable collections.

Namespace

Doctrine\Common\Collections

Code

public function getMaxResults() {
  return $this->maxResults;
}