|
dolibarr 23.0.3
|
Class of triggers for ticket module. More...


Public Member Functions | |
| __construct ($db) | |
| Constructor. | |
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. | |
| setErrorsFromObject ($object) | |
| setErrorsFromObject | |
| runTrigger ($action, $object, User $user, Translate $langs, Conf $conf) | |
| Function called when a Dolibarr business event is done. | |
Private Member Functions | |
| composeAndSendAdminMessage ($sendto, $base_subject, $body, Ticket $object, Translate $langs, $filepaths=array(), $mimetypes=array(), $filenames=array()) | |
| 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, $filepaths=array(), $mimetypes=array(), $filenames=array()) | |
| Composes and sends a message concerning a ticket, to be sent to customer addresses. | |
| composeAndSendAssigneeMessage ($sendto, $base_subject, $body, $see_ticket, Ticket $object, Translate $langs, $filepaths=array(), $mimetypes=array(), $filenames=array()) | |
| Composes and sends a message concerning a ticket, to be sent to user assigned to the ticket. | |
Class of triggers for ticket module.
Definition at line 34 of file interface_50_modTicket_TicketEmail.class.php.
| InterfaceTicketEmail::__construct | ( | $db | ) |
Constructor.
Definition at line 41 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 that the email refers to |
| Translate | $langs | the translation object |
| array<string> | $filepaths File paths | |
| array<string> | $mimetypes Mime types | |
| array<string> | $filenames File names |
Definition at line 374 of file interface_50_modTicket_TicketEmail.class.php.
References $mysoc, $object, dol_nl2br(), dol_syslog(), dol_textishtml(), and getDolGlobalString().
|
private |
Composes and sends a message concerning a ticket, to be sent to user assigned to the ticket.
| 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 that the email refers to |
| Translate | $langs | the translation object |
| array<string> | $filepaths File paths | |
| array<string> | $mimetypes Mime types | |
| array<string> | $filenames File names |
Definition at line 542 of file interface_50_modTicket_TicketEmail.class.php.
References $mysoc, $object, dol_nl2br(), dol_now(), dolGetFirstLastname(), getDolGlobalString(), getDolUserString(), and setEventMessages().
|
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 that the email refers to |
| Translate | $langs | the translation object |
| array<string> | $filepaths File paths | |
| array<string> | $mimetypes Mime types | |
| array<string> | $filenames File names |
Definition at line 445 of file interface_50_modTicket_TicketEmail.class.php.
References $mysoc, $object, dol_buildpath(), dol_eval(), dol_nl2br(), dol_now(), dol_syslog(), dol_textishtml(), getDolGlobalInt(), and getDolGlobalString().