Smalot\Magento\MultiCallQueue::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()
    {
        $this->position = 0;
    }