|
dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
|
Public Member Functions | |
| openCount () | |
Static Public Member Functions | |
| static | statuses () |
| static | priorities () |
| static | normalizeStatus (string $status, string $fallback='open') |
| static | normalizePriority (string $priority, string $fallback='normal') |
| static | ticket ($db, int $ticketId) |
| static | userOwns (array $ticket, int $uid) |
| static | messages ($db, int $ticketId, bool $includeInternal=false) |
| static | ensureInitialMessage ($db, array $ticket) |
| static | addMessage ($db, int $ticketId, array $data) |
| static | touch ($db, int $ticketId, array $values=array()) |
| static | statusLabel (string $status) |
| static | priorityLabel (string $priority) |
Public Attributes | |
| const | DD_TICKET = 'dbxContact|contactRequest' |
| const | DD_MESSAGE = 'dbxContact|contactMessage' |
Definition at line 4 of file dbxContactTicket.class.php.
|
static |
Definition at line 107 of file dbxContactTicket.class.php.
Referenced by dbx\dbxContact\dbxContactForm\run().
|
static |
Definition at line 83 of file dbxContactTicket.class.php.
References $db.
|
static |
Definition at line 58 of file dbxContactTicket.class.php.
|
static |
Definition at line 42 of file dbxContactTicket.class.php.
References priorities().
|
static |
Definition at line 38 of file dbxContactTicket.class.php.
References statuses().
| dbx\dbxContact\dbxContactTicket::openCount | ( | ) |
Definition at line 28 of file dbxContactTicket.class.php.
References $db.
|
static |
Definition at line 19 of file dbxContactTicket.class.php.
Referenced by normalizePriority(), and priorityLabel().
|
static |
Definition at line 146 of file dbxContactTicket.class.php.
References priorities().
|
static |
Definition at line 9 of file dbxContactTicket.class.php.
Referenced by normalizeStatus(), and statusLabel().
|
static |
Definition at line 141 of file dbxContactTicket.class.php.
References statuses().
|
static |
Definition at line 46 of file dbxContactTicket.class.php.
|
static |
Definition at line 133 of file dbxContactTicket.class.php.
Referenced by dbx\dbxContact\dbxContactForm\run().
|
static |
Definition at line 54 of file dbxContactTicket.class.php.
| const dbx\dbxContact\dbxContactTicket::DD_MESSAGE = 'dbxContact|contactMessage' |
Definition at line 7 of file dbxContactTicket.class.php.
| const dbx\dbxContact\dbxContactTicket::DD_TICKET = 'dbxContact|contactRequest' |
Definition at line 6 of file dbxContactTicket.class.php.