Eloquent\Phony\Spy\ArraySpy::next PHP 메소드

next() 공개 메소드

Move the current position to the next element.
public next ( )
    public function next()
    {
        next($this->array);
    }