dolibarr
x.y.z
|
Class of triggered functions for agenda module. More...
Public Member Functions | |
__construct ($db) | |
Constructor. More... | |
runTrigger ($action, $object, User $user, Translate $langs, Conf $conf) | |
Function called on Dolibarr payment or invoice event. 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... | |
Class of triggered functions for agenda module.
Definition at line 31 of file interface_50_modBlockedlog_ActionsBlockedLog.class.php.
InterfaceActionsBlockedLog::__construct | ( | $db | ) |
InterfaceActionsBlockedLog::runTrigger | ( | $action, | |
$object, | |||
User | $user, | ||
Translate | $langs, | ||
Conf | $conf | ||
) |
Function called on Dolibarr payment or invoice event.
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_modBlockedlog_ActionsBlockedLog.class.php.