mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Standardize and update code
This commit is contained in:
@@ -37,7 +37,13 @@ class InterfaceLogevents extends DolibarrTriggers
|
||||
public $picto = 'technic';
|
||||
|
||||
public $family = 'core';
|
||||
|
||||
public $description = "Triggers of this module allows to add security event records inside Dolibarr.";
|
||||
|
||||
/**
|
||||
* Version of the trigger
|
||||
* @var string
|
||||
*/
|
||||
public $version = self::VERSION_DOLIBARR;
|
||||
|
||||
/**
|
||||
|
||||
@@ -39,6 +39,11 @@ class InterfaceWorkflowManager extends DolibarrTriggers
|
||||
|
||||
public $family = 'core';
|
||||
public $description = "Triggers of this module allows to manage workflows";
|
||||
|
||||
/**
|
||||
* Version of the trigger
|
||||
* @var string
|
||||
*/
|
||||
public $version = self::VERSION_DOLIBARR;
|
||||
|
||||
/**
|
||||
|
||||
@@ -36,6 +36,11 @@ class InterfaceActionsAuto extends DolibarrTriggers
|
||||
{
|
||||
public $family = 'agenda';
|
||||
public $description = "Triggers of this module add actions in agenda according to setup made in agenda setup.";
|
||||
|
||||
/**
|
||||
* Version of the trigger
|
||||
* @var string
|
||||
*/
|
||||
public $version = self::VERSION_DOLIBARR;
|
||||
|
||||
/**
|
||||
|
||||
@@ -32,6 +32,11 @@ class InterfaceActionsBlockedLog extends DolibarrTriggers
|
||||
{
|
||||
public $family = 'system';
|
||||
public $description = "Triggers of this module add action for BlockedLog module.";
|
||||
|
||||
/**
|
||||
* Version of the trigger
|
||||
* @var string
|
||||
*/
|
||||
public $version = self::VERSION_DOLIBARR;
|
||||
|
||||
/**
|
||||
|
||||
@@ -33,6 +33,11 @@ class InterfaceLdapsynchro extends DolibarrTriggers
|
||||
{
|
||||
public $family = 'ldap';
|
||||
public $description = "Triggers of this module allows to synchronize Dolibarr toward a LDAP database.";
|
||||
|
||||
/**
|
||||
* Version of the trigger
|
||||
* @var string
|
||||
*/
|
||||
public $version = self::VERSION_DOLIBARR;
|
||||
|
||||
/**
|
||||
|
||||
@@ -31,6 +31,11 @@ class InterfaceMailmanSpipsynchro extends DolibarrTriggers
|
||||
{
|
||||
public $family = 'mailmanspip';
|
||||
public $description = "Triggers of this module allows to synchronize Mailman an Spip.";
|
||||
|
||||
/**
|
||||
* Version of the trigger
|
||||
* @var string
|
||||
*/
|
||||
public $version = self::VERSION_DOLIBARR;
|
||||
|
||||
/**
|
||||
|
||||
@@ -32,6 +32,11 @@ class InterfaceNotification extends DolibarrTriggers
|
||||
{
|
||||
public $family = 'notification';
|
||||
public $description = "Triggers of this module send email notifications according to Notification module setup.";
|
||||
|
||||
/**
|
||||
* Version of the trigger
|
||||
* @var string
|
||||
*/
|
||||
public $version = self::VERSION_DOLIBARR;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user