| Total Complexity | 7 |
| Total Lines | 46 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 4 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 15 | class CallQueuedListener implements ListenerInterface |
||
| 16 | { |
||
| 17 | protected $listener; |
||
| 18 | |||
| 19 | protected $listenerObject; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @inheritDoc |
||
| 23 | */ |
||
| 24 | public function handle(EventInterface $event) |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param mixed $listener |
||
| 31 | */ |
||
| 32 | public function setListener($listener): void |
||
| 39 | } |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @param EventInterface $event |
||
| 44 | */ |
||
| 45 | protected function queueEvent(EventInterface $event) |
||
| 63 |