Jyxo\Svn\Result::next PHP Метод

next() публичный Метод

Advances internal pointer's position to the next item.
public next ( ) : boolean
Результат boolean
    public function next()
    {
        return ++$this->pointer < count($this->items);
    }