mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-21 07:51:33 +02:00
[ticket/12782] Add doc block
PHPBB3-12782
This commit is contained in:
@@ -31,6 +31,9 @@ use Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher;
|
||||
*/
|
||||
class dispatcher extends ContainerAwareEventDispatcher implements dispatcher_interface
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function trigger_event($eventName, $data = array())
|
||||
{
|
||||
$event = new \phpbb\event\data($data);
|
||||
|
Reference in New Issue
Block a user