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

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

Moves the internal pointer to the beginning.
public rewind ( ) : Result
Результат Result
    public function rewind()
    {
        $this->pointer = 0;
        return $this;
    }