dolibarr/htdocs/includes/triggers
2011-09-17 19:49:50 +00:00
..
interface_all_Demo.class.php-NORUN change for external module 2011-09-03 15:27:23 +00:00
interface_all_Logevents.class.php Fix: remove obsolete tags (in progress) 2011-08-27 16:15:06 +00:00
interface_modAgenda_ActionsAuto.class.php Fix: remove obsolete tags (in progress) 2011-08-27 16:15:06 +00:00
interface_modLdap_Ldapsynchro.class.php Fix: replace sizeof() by count() 2011-09-17 19:49:50 +00:00
interface_modNotification_Notification.class.php Fix: remove obsolete tags (in progress) 2011-08-27 16:15:06 +00:00
interface_modPaypal_PaypalWorkflow.class.php Fix: remove obsolete tags (in progress) 2011-08-27 16:15:06 +00:00
interface_modWorkflow_WorkflowManager.class.php Fix: remove obsolete tags (in progress) 2011-08-27 16:15:06 +00:00
README Fix: remove obsolete tags 2011-08-27 19:15:14 +00:00
README-FR Fix: remove obsolete tags 2011-08-27 19:15:14 +00: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 includes/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 optionnal and disable completely a trigger file if set. To use 
            a trigger with such a name, rename file to remove the -NORUN part.