Skip to content

Commit 35c44d2

Browse files
committed
Add deprecated see #2178
1 parent fa3b459 commit 35c44d2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

app/config/events.conf.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

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

main/inc/lib/events_dispatcher.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/**
44
* Class EventsDispatcher
55
* Entry point for every event in the application.
6+
* @deprecated to be removed in 2.x
67
* Fires the functions linked to the events according to the event's conf.
78
* Every function got its own filter, it's fired inside the functiones fired
89
* by this class. The filter config is next to the event config, in conf/events.conf.php

main/inc/lib/events_email.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
/**
55
* Class EventsMail
6+
* @deprecated to be removed in 2.x
67
* manages the e-mail sending action when a event requires it
78
*/
89
class EventsMail

0 commit comments

Comments
 (0)