You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and listen to them like here https://github.com/BlackScorp/webrpg/blob/master/bootstrap.php#L53 first of all, i dont know what kinds of events even exists. If i would have constants like EVENT_HTTP_500 by typing EVENT_ i would see code completion and could easy select my event.
so for this example there would be a place where constants are definined
define('EVENT_HTTP_500','http.500'); and so on for all events
It would be nice to have constants for events so i dont have to remember everytime the name of the event
The text was updated successfully, but these errors were encountered: