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

getLastPage() public method

public getLastPage ( ) : float
return float
    public function getLastPage() : float
    {
        return ceil($this->totalItems / $this->maxResults) ?: 1.0;
    }