|
dolibarr
x.y.z
|
Class of triggers for ticket module. More...


Public Member Functions | |
| __construct ($db) | |
| Constructor. More... | |
| runTrigger ($action, $object, User $user, Translate $langs, Conf $conf) | |
| Function called when a Dolibarrr business event is done. More... | |
Public Member Functions inherited from DolibarrTriggers | |
| __construct (DoliDB $db) | |
| Constructor. More... | |
| getName () | |
| Returns the name of the trigger file. More... | |
| getDesc () | |
| Returns the description of trigger file. More... | |
| getVersion () | |
| Returns the version of the trigger file. More... | |
Private Member Functions | |
| composeAndSendAdminMessage ($sendto, $base_subject, $body, Ticket $object, Translate $langs) | |
| Composes and sends a message concerning a ticket, to be sent to admin address. More... | |
| composeAndSendCustomerMessage ($sendto, $base_subject, $body, $see_ticket, Ticket $object, Translate $langs) | |
| Composes and sends a message concerning a ticket, to be sent to customer addresses. More... | |
Class of triggers for ticket module.
Definition at line 31 of file interface_50_modTicket_TicketEmail.class.php.
| InterfaceTicketEmail::__construct | ( | $db | ) |
|
private |
Composes and sends a message concerning a ticket, to be sent to admin address.
| string | $sendto | Addresses to send the mail, format "first@address.net, second@address.net," etc. |
| string | $base_subject | email subject. Non-translated string. |
| string | $body | email body (first line). Non-translated string. |
| Ticket | $object | the ticket thet the email refers to |
| Translate | $langs | the translation object |
Definition at line 263 of file interface_50_modTicket_TicketEmail.class.php.
|
private |
Composes and sends a message concerning a ticket, to be sent to customer addresses.
| string | $sendto | Addresses to send the mail, format "first@address.net, second@address.net, " etc. |
| string | $base_subject | email subject. Non-translated string. |
| string | $body | email body (first line). Non-translated string. |
| string | $see_ticket | string indicating the ticket public address |
| Ticket | $object | the ticket thet the email refers to |
| Translate | $langs | the translation object |
Definition at line 333 of file interface_50_modTicket_TicketEmail.class.php.
Function called when a Dolibarrr business event is done.
All functions "runTrigger" are triggered if file is inside directory htdocs/core/triggers
| string | $action | Event action code |
| Object | $object | Object |
| User | $user | Object user |
| Translate | $langs | Object langs |
| conf | $conf | Object conf |
Reimplemented from DolibarrTriggers.
Definition at line 60 of file interface_50_modTicket_TicketEmail.class.php.