ApiPlatform\Core\Bridge\Doctrine\Orm\Paginator::getItemsPerPage PHP Méthode

getItemsPerPage() public méthode

public getItemsPerPage ( ) : float
Résultat float
    public function getItemsPerPage() : float
    {
        return (double) $this->maxResults;
    }