final class CollectingDispatcher implements Dispatcher (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Methods

__construct(DirectDispatcher $directDispatcher)

No description

void
dispatch(Event $event)

No description

flush()

No description

Details

__construct(DirectDispatcher $directDispatcher)

No description

Parameters

DirectDispatcher $directDispatcher

void dispatch(Event $event)

No description

Parameters

Event $event

Return Value

void

Exceptions

UnknownEventTypeException

EventCollection flush()

No description

Return Value

EventCollection