1 | <?php |
||
9 | class NotificationDtoDataTransformer implements NotificationDataTransformer |
||
10 | { |
||
11 | /** |
||
12 | * @var Notification |
||
13 | */ |
||
14 | private $notification; |
||
15 | |||
16 | /** |
||
17 | * {@inheritdoc} |
||
18 | */ |
||
19 | 2 | public function write(Notification $notification): void |
|
23 | |||
24 | /** |
||
25 | * @return array |
||
26 | */ |
||
27 | 2 | public function read() |
|
52 | } |