Payu\Component\Basket::next PHP Method

next() public method

(PHP 5 >= 5.0.0)
Move forward to next element
public next ( ) : void
return void Any returned value is ignored.
    public function next()
    {
        return next($this->collection);
    }