ApiPlatform\Core\Bridge\Doctrine\Orm\Paginator::getItemsPerPage PHP Метод

getItemsPerPage() публичный Метод

public getItemsPerPage ( ) : float
Результат float
    public function getItemsPerPage() : float
    {
        return (double) $this->maxResults;
    }