ArrayArray.IteratorAuf dieser SeiteZymba Documentation Array.Iterator object @Array.Iterator(@Base) { construct(object $array) {} hasMore(): bool {} next(): object {} reset(): $this {}} Array iterator prototype. Prototype Base Methods Method: construct$this.construct(object $array): voidParametersNameTypeValueDefaultarrayobject[] Method: hasMore$this.hasMore(): boolReturnsTypeValuebool Method: next$this.next(): objectReturnsTypeValueobject[key: value]null Method: reset$this.reset(): thisReturnsTypeValue$this