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

getItemsPerPage() 공개 메소드

public getItemsPerPage ( ) : float
리턴 float
    public function getItemsPerPage() : float
    {
        return (double) $this->maxResults;
    }