Adldap\Objects\Paginator::setCurrentOffset PHP Method

setCurrentOffset() protected method

Sets the current offset number.
protected setCurrentOffset ( integer $offset ) : Paginator
$offset integer
return Paginator
    protected function setCurrentOffset($offset = 0)
    {
        $this->currentOffset = (int) $offset;
        return $this;
    }