diff --git a/System/Event.php b/System/Event.php index acf335ef..d9e39ade 100644 --- a/System/Event.php +++ b/System/Event.php @@ -41,6 +41,9 @@ class Event extends BaseObject const SERVER_AFTER_RELOAD = 'SERVER:AFTER:RELOAD'; const SERVER_BEFORE_RELOAD = 'SERVER:BEFORE:RELOAD'; + const SERVER_CONNECT = 'SERVER:CONNECT'; + const SERVER_PACKAGE = 'SERVER:PACKAGE'; + const SERVER_RECEIVE = 'SERVER:RECEIVE'; const SERVER_EVENT_START = 'SERVER:EVENT:START'; const SERVER_MANAGER_START = 'SERVER:EVENT:MANAGER:START';