Zum Hauptinhalt springen

Zymba Documentation

ZeyOS.AuditIterator

object @ZeyOS.AuditIterator(@Base) {
construct(?int $timestamp) {}
close() {}
exit() {}
hasMore(): bool {}
next(): object {}
reset(): $this {}
}

Prototype

Base

Methods

$this.construct(?int $timestamp): void
Parameters
NameTypeValueDefault
timestamp?intnow
$this.close(): void
$this.exit(): void
$this.hasMore(): bool
Returns
TypeValue
bool
$this.next(): object
Returns
TypeValue
object
null
$this.reset(): this
Returns
TypeValue
$this