Dotink\Parody\Iterator::next PHP Method

next() public method

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