Add deprecated see #2178

pull/2487/head
jmontoyaa 8 years ago
parent fa3b459314
commit 35c44d226d
  1. 1
      app/config/events.conf.dist.php
  2. 1
      main/inc/lib/events_dispatcher.class.php
  3. 1
      main/inc/lib/events_email.class.php

@ -3,6 +3,7 @@
/**
* Events' configuration
* @deprecated to be removed in 2.x
* Used to configure each event and to link them to functions the event'll fire.
* The flow is like the following :
* 1. somewhere in the application an event is fired

@ -3,6 +3,7 @@
/**
* Class EventsDispatcher
* Entry point for every event in the application.
* @deprecated to be removed in 2.x
* Fires the functions linked to the events according to the event's conf.
* Every function got its own filter, it's fired inside the functiones fired
* by this class. The filter config is next to the event config, in conf/events.conf.php

@ -3,6 +3,7 @@
/**
* Class EventsMail
* @deprecated to be removed in 2.x
* manages the e-mail sending action when a event requires it
*/
class EventsMail

Loading…
Cancel
Save