Zymba ReferenceReferenceArrayArray.IteratorOn this pageZymba Documentation Array.Iterator Textobject @Array.Iterator(@Base) { construct(object $array) {} hasMore(): bool {} next(): object {} reset(): $this {}} Array iterator prototype. Prototype Base Methods $this.construct()CODE$this.construct(object $array): voidParametersNameTypeValueDefaultarrayobject[] $this.hasMore()CODE$this.hasMore(): boolReturnsTypeValuebool $this.next()CODE$this.next(): objectReturnsTypeValueobject[key: value]null $this.reset()CODE$this.reset(): thisReturnsTypeValue$this