1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00
dolibarr_ynh/sources/dolibarr/htdocs/core/triggers
Laurent Peuch e6008fc691 init
2015-09-28 22:09:38 +02:00
..
dolibarrtriggers.class.php init 2015-09-28 22:09:38 +02:00
index.html init 2015-09-28 22:09:38 +02:00
interface_20_all_Logevents.class.php init 2015-09-28 22:09:38 +02:00
interface_20_modPaypal_PaypalWorkflow.class.php init 2015-09-28 22:09:38 +02:00
interface_20_modWorkflow_WorkflowManager.class.php init 2015-09-28 22:09:38 +02:00
interface_50_modAgenda_ActionsAuto.class.php init 2015-09-28 22:09:38 +02:00
interface_50_modLdap_Ldapsynchro.class.php init 2015-09-28 22:09:38 +02:00
interface_50_modMailmanspip_Mailmanspipsynchro.class.php init 2015-09-28 22:09:38 +02:00
interface_50_modNotification_Notification.class.php init 2015-09-28 22:09:38 +02:00
interface_90_all_Demo.class.php-NORUN init 2015-09-28 22:09:38 +02:00
README init 2015-09-28 22:09:38 +02:00
README-FR init 2015-09-28 22:09:38 +02:00

Directory content
--------------------------------------------------------
This directory contains all available Dolibarr triggers.

Trigger file name syntax is:
> interface_modModule_Mytrigger.php[-NORUN]

where:
> modModule is part of module descriptor file name found in core/modules
            directory or value 'all' if not enabled by a particular module.
> Mytrigger is name of the trigger. The PHP class inside the trigger file
            would be named InterfaceMytrigger.
> -NORUN is optional and disable completely a trigger file if set. To use 
            a trigger with such a name, rename file to remove the -NORUN part.