Zymba ReferenceReferenceZeyOSZeyOS.AuditIteratorOn this pageZymba Documentation ZeyOS.AuditIterator Textobject @ZeyOS.AuditIterator(@Base) { construct(?int $timestamp) {} close() {} exit() {} hasMore(): bool {} next(): object {} reset(): $this {}} Prototype Base Methods $this.construct()CODE$this.construct(?int $timestamp): voidParametersNameTypeValueDefaulttimestamp?intnow $this.close()CODE$this.close(): void $this.exit()CODE$this.exit(): void $this.hasMore()CODE$this.hasMore(): boolReturnsTypeValuebool $this.next()CODE$this.next(): objectReturnsTypeValueobjectnull $this.reset()CODE$this.reset(): thisReturnsTypeValue$this