MediaWiki master
InitializableDomainEventSubscriber.php
Go to the documentation of this file.
1<?php
2
4
15
23 public function initSubscriber( array $options ): void;
24
25}
Objects implementing DomainEventSubscriber represent a collection of related event listeners.
An DomainEventSubscriber that requires initialization with an options array after construction.
initSubscriber(array $options)
Initializer used to inform the behavior of the registerListeners() method.