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;
    }