PHP 클래스 Flarum\Core\Command\ReadDiscussion

파일 보기 프로젝트 열기: flarum/core

공개 프로퍼티들

프로퍼티 타입 설명
$actor Flarum\Core\User 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.

공개 메소드들

메소드 설명
__construct ( integer $discussionId, User $actor, integer $readNumber )

메소드 상세

__construct() 공개 메소드

public __construct ( integer $discussionId, User $actor, integer $readNumber )
$discussionId integer The ID of the discussion to mark as read.
$actor Flarum\Core\User The user to mark the discussion as read for.
$readNumber integer The number of the post to mark as read.

프로퍼티 상세

$actor 공개적으로 프로퍼티

The user to mark the discussion as read for.
public User,Flarum\Core $actor
리턴 Flarum\Core\User

$discussionId 공개적으로 프로퍼티

The ID of the discussion to mark as read.
public int $discussionId
리턴 integer

$readNumber 공개적으로 프로퍼티

The number of the post to mark as read.
public int $readNumber
리턴 integer