phpBB

Code Changes

File: phpbb/event/dispatcher_interface.php

  Unmodified   Added   Modified   Removed
Line 37Line 37
	* @return mixed
*/
public function trigger_event($eventName, $data = array());

	* @return mixed
*/
public function trigger_event($eventName, $data = array());

 

/**
* Disable the event dispatcher.
*/
public function disable();

/**
* Enable the event dispatcher.
*/
public function enable();

}


}