public function getIterator() : Traversable { foreach ($this->attributes as $key => $value) { (yield (string) $key => $value); } }