Jyxo\Svn\Result::valid PHP 메소드

valid() 공개 메소드

Checks if the internal pointer is within correct boundaries.
public valid ( ) : boolean
리턴 boolean
    public function valid() : bool
    {
        return $this->pointer < count($this->items);
    }