final | |
---|---|
implements |
EventDispatcherInterface |
Methods | ||
---|---|---|
public
|
__construct(?ListenerProviderInterface $listenerProvider = null)
|
# |
public
|
listen(callable $listener, $event = null): int
|
# |
public
|
dispatch(object $event): object
|
# |
public
|
getListenersForEvent(object $event): iterable
|
# |
public
|
removeListener(int $id): void
|
# |