Adldap\Objects\Paginator::setPerPage PHP Method

setPerPage() protected method

Sets the number of entries per page.
protected setPerPage ( integer $perPage = 50 ) : Paginator
$perPage integer
return Paginator
    protected function setPerPage($perPage = 50)
    {
        $this->perPage = (int) $perPage;
        return $this;
    }