Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | trait DispatchedEvents |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * @param string $class |
||
20 | * @return ResourceGeneratedEvent[] |
||
21 | */ |
||
22 | protected function getDispatchedEvents(?string $class): array |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * @param string $class |
||
34 | * @return ResourceGenerationContract |
||
35 | */ |
||
36 | protected function getFirstDispatchedEvent(?string $class): ResourceGenerationContract |
||
44 |