|
dolibarr 20.0.5
|
Class Actions of the module ticket. More...


Public Member Functions | |
| __construct ($db) | |
| Constructor. | |
| getInstanceDao () | |
| Instantiation of DAO class. | |
| fetch ($id=0, $ref='', $track_id='') | |
| Fetch object. | |
| getLibStatut ($mode=0) | |
| Print statut. | |
| getInfo ($id) | |
| Get ticket info. | |
| getTitle ($action='') | |
| Get action title. | |
| viewTicketOriginalMessage ($user, $action, $object) | |
| Show ticket original message. | |
| viewTicketMessages ($show_private, $show_user, $object) | |
| View html list of message for ticket. | |
| viewTicketTimelineMessages ($show_private, $show_user, Ticket $object) | |
| View list of message for ticket with timeline display. | |
| viewStatusActions (Ticket $object) | |
| Print html navbar with link to set ticket status. | |
| emailElementlist ($parameters, &$object, &$action, $hookmanager) | |
| Hook to add email element template. | |
Public Attributes | |
| $errno = 0 | |
| Numero de l'erreur. | |
Additional Inherited Members | |
Protected Member Functions inherited from CommonHookActions | |
| isContext ($parameters, $allContexts) | |
| Check context of hook. | |
Class Actions of the module ticket.
Definition at line 41 of file actions_ticket.class.php.
| ActionsTicket::__construct | ( | $db | ) |
Constructor.
Definition at line 97 of file actions_ticket.class.php.
| ActionsTicket::emailElementlist | ( | $parameters, | |
| & | $object, | ||
| & | $action, | ||
| $hookmanager ) |
Hook to add email element template.
| array | $parameters | Parameters |
| Ticket | $object | Object for action |
| string | $action | Action string |
| HookManager | $hookmanager | Hookmanager object |
Definition at line 513 of file actions_ticket.class.php.
| ActionsTicket::fetch | ( | $id = 0, | |
| $ref = '', | |||
| $track_id = '' ) |
Fetch object.
| int | $id | ID of ticket |
| string | $ref | Reference of ticket |
| string | $track_id | Track ID of ticket (for public area) |
Definition at line 122 of file actions_ticket.class.php.
References getInstanceDao().
| ActionsTicket::getInfo | ( | $id | ) |
Get ticket info.
| int | $id | Object id |
Definition at line 147 of file actions_ticket.class.php.
References description, and getInstanceDao().
| ActionsTicket::getInstanceDao | ( | ) |
Instantiation of DAO class.
Definition at line 107 of file actions_ticket.class.php.
Referenced by fetch(), getInfo(), and getLibStatut().
| ActionsTicket::getLibStatut | ( | $mode = 0 | ) |
Print statut.
| int | $mode | Display mode |
Definition at line 134 of file actions_ticket.class.php.
References getInstanceDao().
| ActionsTicket::getTitle | ( | $action = '' | ) |
Get action title.
| string | $action | Type of action |
Definition at line 162 of file actions_ticket.class.php.
| ActionsTicket::viewStatusActions | ( | Ticket | $object | ) |
Print html navbar with link to set ticket status.
Definition at line 463 of file actions_ticket.class.php.
References $object, getDolGlobalString(), and newToken().
| ActionsTicket::viewTicketMessages | ( | $show_private, | |
| $show_user, | |||
| $object ) |
View html list of message for ticket.
| boolean | $show_private | Show private messages |
| boolean | $show_user | Show user who make action |
| Ticket | $object | Object ticket |
Definition at line 258 of file actions_ticket.class.php.
References $object, dol_mimetype(), dol_print_error(), GETPOST(), img_mime(), img_picto(), and viewTicketOriginalMessage().
| ActionsTicket::viewTicketOriginalMessage | ( | $user, | |
| $action, | |||
| $object ) |
Show ticket original message.
Definition at line 187 of file actions_ticket.class.php.
References $object, dol_string_nohtmltag(), dolPrintHTML(), getDolGlobalString(), GETPOST(), img_edit(), and newToken().
Referenced by viewTicketMessages().
| ActionsTicket::viewTicketTimelineMessages | ( | $show_private, | |
| $show_user, | |||
| Ticket | $object ) |
View list of message for ticket with timeline display.
| boolean | $show_private | Show private messages |
| boolean | $show_user | Show user who make action |
| Ticket | $object | Object ticket |
Definition at line 407 of file actions_ticket.class.php.
References $object, dol_print_date(), and GETPOST().