Doc
This commit is contained in:
parent
ecdd43f770
commit
b9a7401f1d
@ -31,7 +31,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/triggers/dolibarrtriggers.class.php';
|
|||||||
class InterfaceActionsBlockedLog extends DolibarrTriggers
|
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 (Module of unalterable logs).";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version of the trigger
|
* Version of the trigger
|
||||||
@ -45,7 +45,7 @@ class InterfaceActionsBlockedLog extends DolibarrTriggers
|
|||||||
public $picto = 'technic';
|
public $picto = 'technic';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function called on Dolibarrr payment or invoice event.
|
* Function called on Dolibarr payment or invoice event.
|
||||||
*
|
*
|
||||||
* @param string $action Event action code
|
* @param string $action Event action code
|
||||||
* @param Object $object Object
|
* @param Object $object Object
|
||||||
|
|||||||
@ -46,7 +46,7 @@ class InterfaceTicketEmail extends DolibarrTriggers
|
|||||||
|
|
||||||
$this->name = preg_replace('/^Interface/i', '', get_class($this));
|
$this->name = preg_replace('/^Interface/i', '', get_class($this));
|
||||||
$this->family = "ticket";
|
$this->family = "ticket";
|
||||||
$this->description = "Triggers of the module ticket";
|
$this->description = "Triggers of the module ticket to send notifications to internal users and to third-parties";
|
||||||
$this->version = 'dolibarr'; // 'development', 'experimental', 'dolibarr' or version
|
$this->version = 'dolibarr'; // 'development', 'experimental', 'dolibarr' or version
|
||||||
$this->picto = 'ticket';
|
$this->picto = 'ticket';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user