Dotink\Parody\Iterator::next PHP 메소드

next() 공개 메소드

Moves the current element of the value forward one
public next ( ) : void
리턴 void
    public function next()
    {
        next($this->extended['traversableValue']);
    }