@inheritDoc
Overrides BaggageInterface::getAll
public function getAll() : iterable { foreach ($this->entries as $key => $entry) { (yield $key => $entry); } }