| Total Complexity | 4 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | final class AttributeListenerProvider implements ListenerProviderInterface |
||
| 25 | { |
||
| 26 | use DispatcherTools; |
||
|
|
|||
| 27 | |||
| 28 | public function __construct(private readonly AttributeListenerResolver $resolver) |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @inheritDoc |
||
| 34 | * |
||
| 35 | * @throws NotFoundExceptionInterface |
||
| 36 | * @throws ContainerExceptionInterface |
||
| 37 | */ |
||
| 38 | public function getListenersForEvent(object $event): iterable |
||
| 50 |