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