Remove all contents from the queue.
public function resetQueue() { $this->queue = []; $this->processed = 0; $this->destination = NULL; }