values = $values; } public function getIterator(): \ArrayIterator { return new \ArrayIterator($this->values); } }