dolibarr/htdocs/core/triggers
Laurent Destailleur 2f7e9aa363 Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
Conflicts:
	htdocs/core/triggers/interface_50_modBlockedlog_ActionsBlockedLog.class.php
2019-06-25 13:24:45 +02:00
..
dolibarrtriggers.class.php Fix doxygen 2019-04-04 18:33:12 +02:00
index.html Removed index.php and replaced them with blank index.html as it is more appropriate 2014-07-12 23:18:57 +02:00
interface_20_all_Logevents.class.php PSR2 space after comma in function call 2019-01-27 11:55:16 +01:00
interface_20_modWorkflow_WorkflowManager.class.php Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop 2019-04-23 12:32:08 +02:00
interface_50_modAgenda_ActionsAuto.class.php FIX Debug ticket module 2019-05-12 16:34:49 +02:00
interface_50_modBlockedlog_ActionsBlockedLog.class.php Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0 2019-06-25 13:24:45 +02:00
interface_50_modIFTTT_IFTTT.class.php Fix syntax error 2019-02-28 11:28:10 +01:00
interface_50_modLdap_Ldapsynchro.class.php PSR2 space after comma in function call 2019-01-27 11:55:16 +01:00
interface_50_modMailmanspip_Mailmanspipsynchro.class.php Update interface_50_modMailmanspip_Mailmanspipsynchro.class.php 2019-02-14 20:44:07 +01:00
interface_50_modNotification_Notification.class.php add visibility 2019-02-28 00:15:32 +01:00
interface_50_modTicket_TicketEmail.class.php FIX Debug ticket module 2019-05-12 16:34:49 +02:00
interface_80_modStripe_Stripe.class.php FIX Management of vat info in stripe 2019-06-21 19:59:16 +02:00
README fix english misspelling 2014-03-05 09:58:52 +01:00
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 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.