Code comment

This commit is contained in:
Laurent Destailleur 2019-07-04 01:58:25 +02:00
parent ff68b110b2
commit 75aa11e526

View File

@ -27,7 +27,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/triggers/dolibarrtriggers.class.php';
/** /**
* Class of triggers for security events * Class of triggers for security audit events
*/ */
class InterfaceLogevents extends DolibarrTriggers class InterfaceLogevents extends DolibarrTriggers
{ {
@ -47,7 +47,7 @@ class InterfaceLogevents extends DolibarrTriggers
public $version = self::VERSION_DOLIBARR; public $version = self::VERSION_DOLIBARR;
/** /**
* Function called when a Dolibarrr business event is done. * Function called when a Dolibarrr security audit event is done.
* All functions "runTrigger" are triggered if file is inside directory htdocs/core/triggers or htdocs/module/code/triggers (and declared) * All functions "runTrigger" are triggered if file is inside directory htdocs/core/triggers or htdocs/module/code/triggers (and declared)
* *
* @param string $action Event action code * @param string $action Event action code