interface Dispatcher
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This interface is not covered by the backward compatibility promise for PHPUnit
Hierarchy
- interface \PHPUnit\Event\Dispatcher
Expanded class hierarchy of Dispatcher
All classes that implement Dispatcher
File
-
vendor/
phpunit/ phpunit/ src/ Event/ Dispatcher/ Dispatcher.php, line 17
Namespace
PHPUnit\EventView source
interface Dispatcher {
/**
* @throws UnknownEventTypeException
*/
public function dispatch(Event $event) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
Dispatcher::dispatch | public | function | 3 |