Skip to content
Snippets Groups Projects
Commit 3a28bd6b authored by Mahmoud Wardeh's avatar Mahmoud Wardeh
Browse files

delete EventListener

parent 23220595
No related branches found
No related tags found
1 merge request!5split event mangement eventsapi
...@@ -27,15 +27,6 @@ class EventManagement{ ...@@ -27,15 +27,6 @@ class EventManagement{
*/ */
private $handlers = array(); private $handlers = array();
/**
* Add a new handler, which is called on a new incoming event.
*
* @param EventListener $handler
*/
public function registerHandler($handler){
$this->handlers[] = $handler;
}
/** /**
* Get a list of event ids * Get a list of event ids
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment