Property | Type | Description | |
---|---|---|---|
$actor | The user to mark the discussion as read for. | ||
$discussionId | integer | The ID of the discussion to mark as read. | |
$readNumber | integer | The number of the post to mark as read. |
Method | Description | |
---|---|---|
__construct ( integer $discussionId, |
public __construct ( integer $discussionId, |
||
$discussionId | integer | The ID of the discussion to mark as read. |
$actor | The user to mark the discussion as read for. | |
$readNumber | integer | The number of the post to mark as read. |
public User,Flarum\Core $actor | ||
return |
public int $discussionId | ||
return | integer |
public int $readNumber | ||
return | integer |