Zymba Documentation
ZeyOS.ExtData
Text
object @ZeyOS.ExtData(@Base) {
construct(string $entity, int $id) {}
clear(): $this {}
countFields(): int {}
getEntity(): string {}
getField(string $name): ?string {}
getID(): int {}
hasField(string $name): bool {}
listFieldNames(): object {}
listFields(): object {}
removeFields(object $names): $this {}
setField(string $name, ?string $value): $this {}
setFields(object $fields): $this {}
}
Prototype
Methods
CODE
$this.construct(string $entity, int $id): void
Parameters
| Name | Type | Value | Default |
|---|---|---|---|
| entity | string | "" | |
| id | int | 0 |