dolibarr/htdocs/includes/triggers
2008-10-01 19:10:17 +00:00
..
interface_all_Demo.class.php-NORUN Qual: Simplify/Uniformize code 2008-10-01 19:10:17 +00:00
interface_all_Logevents.class.php Qual: Simplify/Uniformize code 2008-10-01 19:10:17 +00:00
interface_modAgenda_ActionsAuto.class.php Qual: Simplify/Uniformize code 2008-10-01 19:10:17 +00:00
interface_modCommande_Ecotax.class.php-NORUN Qual: Simplify/Uniformize code 2008-10-01 19:10:17 +00:00
interface_modCommande_Fraisport.class.php-NORUN Qual: Simplify/Uniformize code 2008-10-01 19:10:17 +00:00
interface_modEditeur_Editeur.class.php-NORUN Qual: Simplify/Uniformize code 2008-10-01 19:10:17 +00:00
interface_modLdap_Ldapsynchro.class.php Qual: Simplify/Uniformize code 2008-10-01 19:10:17 +00:00
interface_modNotification_Notification.class.php Qual: Simplify/Uniformize code 2008-10-01 19:10:17 +00:00
interface_modPhenix_Phenixsynchro.class.php Qual: Simplify/Uniformize code 2008-10-01 19:10:17 +00:00
interface_modWebcalendar_Webcalsynchro.class.php Qual: Simplify/Uniformize code 2008-10-01 19:10:17 +00:00
README New: Nouvelle regle de nommage des triggers pour rendre dev plus simple 2007-12-27 21:18:24 +00:00
README-FR Qual: Simplify/Uniformize code 2008-10-01 19:10:17 +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.


$Id$