dolibarr  16.0.5
Public Member Functions | List of all members
InterfaceMailmanSpipsynchro Class Reference

Class of triggers for MailmanSpip module. More...

Inheritance diagram for InterfaceMailmanSpipsynchro:
Inheritance graph
[legend]
Collaboration diagram for InterfaceMailmanSpipsynchro:
Collaboration graph
[legend]

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...
 
- 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...
 

Detailed Description

Class of triggers for MailmanSpip module.

Definition at line 30 of file interface_50_modMailmanspip_Mailmanspipsynchro.class.php.

Constructor & Destructor Documentation

◆ __construct()

InterfaceMailmanSpipsynchro::__construct (   $db)

Constructor.

Parameters
DoliDB$dbDatabase handler

Definition at line 37 of file interface_50_modMailmanspip_Mailmanspipsynchro.class.php.

References db, and name.

Member Function Documentation

◆ runTrigger()

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

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)

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

Reimplemented from DolibarrTriggers.

Definition at line 60 of file interface_50_modMailmanspip_Mailmanspipsynchro.class.php.


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