ApiPlatform\Core\Bridge\Doctrine\Orm\Paginator::getCurrentPage PHP 메소드

getCurrentPage() 공개 메소드

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