parent->data['_id']); } public function createEntry($key, $value): ?AbstractWebflowApiField { return new WebflowApiCollection($this->getClient(), $value); } public function getIterator(): \Traversable { return new \ArrayIterator($this->getData()); } }