dolibarr 21.0.0-alpha
InterfaceActionsBlockedLog Class Reference

Class of triggered functions for agenda module. More...

Inheritance diagram for InterfaceActionsBlockedLog:
Collaboration diagram for InterfaceActionsBlockedLog:

Public Member Functions

 __construct ($db)
 Constructor.
 
 runTrigger ($action, $object, User $user, Translate $langs, Conf $conf)
 Function called on Dolibarr payment or invoice event.
 
- 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 (CommonObject $object)
 setErrorsFromObject
 

Detailed Description

Class of triggered functions for agenda module.

Definition at line 31 of file interface_50_modBlockedlog_ActionsBlockedLog.class.php.

Constructor & Destructor Documentation

◆ __construct()

InterfaceActionsBlockedLog::__construct ( $db)

Constructor.

Parameters
DoliDB$dbDatabase handler

Definition at line 38 of file interface_50_modBlockedlog_ActionsBlockedLog.class.php.

References description, and name.

Member Function Documentation

◆ runTrigger()

InterfaceActionsBlockedLog::runTrigger ( $action,
$object,
User $user,
Translate $langs,
Conf $conf )

Function called on Dolibarr payment or invoice event.

Parameters
string$actionEvent action code
Object$objectObject
User$userObject user
Translate$langsObject langs
conf$confObject conf
Returns
int Return integer <0 if KO, 0 if no triggered ran, >0 if OK

Reimplemented from DolibarrTriggers.

Definition at line 59 of file interface_50_modBlockedlog_ActionsBlockedLog.class.php.

References $object, dol_syslog(), getDolGlobalString(), and name.


The documentation for this class was generated from the following file: