Jyxo\Svn\Result::next PHP Method

next() public method

Advances internal pointer's position to the next item.
public next ( ) : boolean
return boolean
    public function next()
    {
        return ++$this->pointer < count($this->items);
    }