Total Complexity | 6 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | class UserAccountDisplayEvent extends UserEntityEvent |
||
28 | { |
||
29 | /** |
||
30 | * @var array |
||
31 | */ |
||
32 | private $contents = []; |
||
33 | |||
34 | public function addContent(string $key = null, string $content = ''): void |
||
37 | } |
||
38 | |||
39 | public function getContents(): array |
||
42 | } |
||
43 | |||
44 | public function getContent(string $key): string |
||
51 | } |
||
52 | |||
53 | public function __toString(): string |
||
63 |