Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class AdminBlockDisplayedEvent extends AbstractEvent |
||
10 | { |
||
11 | /** |
||
12 | * @return array<int, array<string, string>> |
||
13 | */ |
||
14 | public function getItems(string $title): array |
||
17 | } |
||
18 | |||
19 | public function setItems(string $title, array $items): static |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @return array<int, string> |
||
30 | */ |
||
31 | public function getBlockNames(): array |
||
36 |