class ReadNotification

Properties

int $notificationId <p>The ID of the notification to mark as read.</p>
User $actor <p>The user performing the action.</p>

Methods

__construct(int $notificationId, User $actor)

No description

Details

__construct(int $notificationId, User $actor)

Parameters

int $notificationId <p>The ID of the notification to mark as read.</p>
User $actor <p>The user performing the action.</p>