Zymba Documentation
ZeyOS
Text
object @ZeyOS() {
BASEURL;
EXTURL;
LICENSEKEY;
VERSION;
authenticateUser(string $name, string $password, string $otp): object {}
createShareToken(string $entity, int $id, ?int $expdate): string {}
createZUGFERD(string $pdf, string $xml): string {}
extractZUGFERD(string $pdf): string {}
getTempPath(): string {}
initializeItems(object $items): object {}
listSessionVariables(): object {}
log(string $message, string $type, string $severity) {}
queueMail(string $message, ?int $mailserver, ?int $senddate): ?int {}
readConfig(): object {}
resetCron(string $name) {}
selectDatabase(): object {}
selectSession(): object {}
sendFile(string $path) {}
writeConfig(object $config) {}
}
Functions
Lists all session variables.
CODE
@ZeyOS.listSessionVariables(): object
Returns
| Type | Value |
|---|---|
object | [name: value, ...] |
CODE
@ZeyOS.log(string $message, string $type, string $severity): void
Parameters
| Name | Type | Value | Default |
|---|---|---|---|
| message | string | "" | |
| type | string | "" | |
| severity | string | "" |
Sends the content of a file as sole output on exit (if possible).
CODE
@ZeyOS.sendFile(string $path): void
Parameters
| Name | Type | Value | Default |
|---|---|---|---|
| path | string | "" |