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

getCurrentPage() public method

public getCurrentPage ( ) : float
return float
    public function getCurrentPage() : float
    {
        return floor($this->firstResult / $this->maxResults) + 1.0;
    }