Zymba Documentation
Base
object @Base() {
construct() {}
callMethod(function $function, ...$arguments): mixed {}
clone(): object {}
countSlots(): int {}
getInternalID(): int {}
hasSlot(): bool {}
isInstanceOf(mixed $prototype): bool {}
listPrototypes(): object {}
listSlotNames(): object {}
listSlots(): object {}
setSlots(object $slots, string $prefix): $this {}
toJSON(): string {}
}
Base prototype.