class ReadDiscussion

Properties

int $discussionId <p>The ID of the discussion to mark as read.</p>
User $actor <p>The user to mark the discussion as read for.</p>
int $lastReadPostNumber <p>The number of the post to mark as read.</p>

Methods

__construct(int $discussionId, User $actor, int $lastReadPostNumber)

No description

Details

__construct(int $discussionId, User $actor, int $lastReadPostNumber)

Parameters

int $discussionId <p>The ID of the discussion to mark as read.</p>
User $actor <p>The user to mark the discussion as read for.</p>
int $lastReadPostNumber <p>The number of the post to mark as read.</p>