mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
| .. | ||
| interface_all_Demo.class.php-NORUN | ||
| interface_all_Logevents.class.php | ||
| interface_modAgenda_ActionsAuto.class.php | ||
| interface_modCommande_Ecotax.class.php-NORUN | ||
| interface_modCommande_Fraisport.class.php-NORUN | ||
| interface_modEditeur_Editeur.class.php-NORUN | ||
| interface_modLdap_Ldapsynchro.class.php | ||
| interface_modNotification_Notification.class.php | ||
| interface_modPhenix_Phenixsynchro.class.php | ||
| interface_modWebcalendar_Webcalsynchro.class.php | ||
| README | ||
| README-FR | ||
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$