|
dbxapp 4.5.3
Technische API-Referenz der dbxapp-Plattform
|
Kapselt den fachlichen Lebenszyklus einer Kontaktanfrage. Mehr ...
Öffentliche Methoden | |
| open_count () | |
Öffentliche, statische Methoden | |
| static | statuses () |
| static | priorities () |
| static | normalize_status (string $status, string $fallback='open') |
| static | normalize_priority (string $priority, string $fallback='normal') |
| static | ticket ($db, int $ticket_id) |
| static | user_owns (array $ticket, int $uid) |
| static | messages ($db, int $ticket_id, bool $include_internal=false) |
| static | ensure_initial_message ($db, array $ticket) |
| static | add_message ($db, int $ticket_id, array $data) |
| static | touch ($db, int $ticket_id, array $values=array()) |
| static | status_label (string $status) |
| static | priority_label (string $priority) |
Öffentliche Attribute | |
| const | DD_TICKET = 'dbxContact|contactRequest' |
| const | DD_MESSAGE = 'dbxContact|contactMessage' |
Kapselt den fachlichen Lebenszyklus einer Kontaktanfrage.
|
static |
Wird benutzt von dbx\dbxContact\dbxContactForm\run().
|
static |
Benutzt $db.
|
static |
|
static |
Benutzt priorities().
|
static |
Benutzt statuses().
| dbx\dbxContact\dbxContactTicket::open_count | ( | ) |
Benutzt $db.
|
static |
Wird benutzt von normalize_priority() und priority_label().
|
static |
Benutzt priorities().
|
static |
Benutzt statuses().
|
static |
Wird benutzt von normalize_status() und status_label().
|
static |
Wird benutzt von dbx\dbxContact\dbxContactForm\run().
|
static |
| const dbx\dbxContact\dbxContactTicket::DD_MESSAGE = 'dbxContact|contactMessage' |
| const dbx\dbxContact\dbxContactTicket::DD_TICKET = 'dbxContact|contactRequest' |