| 1 | <?php |
||
| 14 | final class BeforeMarkNotificationAsReadEvent extends BeforeEvent |
||
| 15 | { |
||
| 16 | public const NAME = 'ezplatform.event.notification.mark_as_read.before'; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var \eZ\Publish\API\Repository\Values\Notification\Notification |
||
| 20 | */ |
||
| 21 | private $notification; |
||
| 22 | |||
| 23 | public function __construct(Notification $notification) |
||
| 27 | |||
| 28 | public function getNotification(): Notification |
||
| 32 | } |
||
| 33 |