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']);
    }