Zymba Documentation
ZeyOS.Tags
object @ZeyOS.Tags(@Base) {
construct(string $entity, int $id) {}
addTags(object $names): $this {}
clear(): $this {}
countTags(): int {}
getEntity(): string {}
getID(): int {}
hasAllTags(object $names): bool {}
hasAnyTags(object $names): bool {}
hasTag(string $name): bool {}
listTags(): object {}
removeTags(object $names): $this {}
resetTags(object $names): $this {}
}