ApiPlatform\Core\Bridge\Doctrine\Orm\Paginator::getItemsPerPage PHP Method

getItemsPerPage() public method

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