ApiPlatform\Core\Bridge\Doctrine\Orm\Paginator::getCurrentPage PHP Méthode

getCurrentPage() public méthode

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