Payu\Component\Basket::rewind PHP Method

rewind() public method

(PHP 5 >= 5.0.0)
Rewind the Iterator to the first element
public rewind ( ) : void
return void Any returned value is ignored.
    public function rewind()
    {
        return reset($this->collection);
    }