|
dolibarr
13.0.2
|
Class of triggers for notification module. More...
Inheritance diagram for InterfaceNotification:
Collaboration diagram for InterfaceNotification: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... | |
| getListOfManagedEvents () | |
| Return list of events managed by notification module. 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... | |
| runTrigger ($action, $object, User $user, Translate $langs, Conf $conf) | |
| Function called when a Dolibarrr business event is done. More... | |
Class of triggers for notification module.
Definition at line 31 of file interface_50_modNotification_Notification.class.php.
| InterfaceNotification::__construct | ( | $db | ) |
Constructor.
Definition at line 57 of file interface_50_modNotification_Notification.class.php.
References db, description, and name.
| InterfaceNotification::getListOfManagedEvents | ( | ) |
Return list of events managed by notification module.
Definition at line 102 of file interface_50_modNotification_Notification.class.php.
References $resql, db, dol_print_error(), and dol_syslog().
Function called when a Dolibarrr business event is done.
All functions "runTrigger" are triggered if file is inside directory htdocs/core/triggers or htdocs/module/code/triggers (and declared)
| string | $action | Event action code |
| Object | $object | Object |
| User | $user | Object user |
| Translate | $langs | Object langs |
| conf | $conf | Object conf |
Definition at line 80 of file interface_50_modNotification_Notification.class.php.
References db, dol_syslog(), and name.