dolibarr 18.0.6
|
Class of triggers for ticket module. More...
Public Member Functions | |
__construct ($db) | |
Constructor. | |
runTrigger ($action, $object, User $user, Translate $langs, Conf $conf) | |
Function called when a Dolibarrr business event is done. | |
Public Member Functions inherited from DolibarrTriggers | |
__construct (DoliDB $db) | |
Constructor. | |
getName () | |
Returns the name of the trigger file. | |
getDesc () | |
Returns the description of trigger file. | |
getVersion () | |
Returns the version of the trigger file. | |
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. | |
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. | |
Class of triggers for ticket module.
Definition at line 32 of file interface_50_modTicket_TicketEmail.class.php.
InterfaceTicketEmail::__construct | ( | $db | ) |
Constructor.
Definition at line 39 of file interface_50_modTicket_TicketEmail.class.php.
References description, and name.
|
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 303 of file interface_50_modTicket_TicketEmail.class.php.
References dol_nl2br(), dol_syslog(), and dol_textishtml().
Referenced by runTrigger().
|
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 373 of file interface_50_modTicket_TicketEmail.class.php.
References dol_buildpath(), dol_eval(), dol_nl2br(), dol_now(), dol_syslog(), dol_textishtml(), and getDolGlobalString().
Referenced by runTrigger().
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 61 of file interface_50_modTicket_TicketEmail.class.php.
References composeAndSendAdminMessage(), composeAndSendCustomerMessage(), dol_nl2br(), dol_syslog(), dolGetFirstLastname(), GETPOST(), name, and setEventMessages().