Zymba ReferenceReferenceIOIO.DirectoryIteratorAuf dieser SeiteZymba Documentation IO.DirectoryIterator Textobject @IO.DirectoryIterator(@Base) { construct(string $path) {} hasMore(): bool {} next(): object {} reset(): $this {}} IO directory iterator prototype. Prototype Base Methods $this.construct()CODE$this.construct(string $path): voidParametersNameTypeValueDefaultpathstring"" $this.hasMore()CODE$this.hasMore(): boolReturnsTypeValuebool $this.next()CODE$this.next(): objectReturnsTypeValueobject[path: filename]null $this.reset()CODE$this.reset(): thisReturnsTypeValue$this