Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | final class QueryDispatcher implements QueryDispatcherInterface |
||
20 | { |
||
21 | /** @var QueryCreatedEventFactoryInterface */ |
||
22 | private $factory; |
||
23 | |||
24 | /** @var EventDispatcherInterface */ |
||
25 | private $eventDispatcher; |
||
26 | |||
27 | public function __construct( |
||
33 | } |
||
34 | |||
35 | public function dispatchNewQuery(AbstractQuery $boolQuery): QueryCreatedEventInterface |
||
43 |