PHP 클래스 Socieboy\Forum\Jobs\CheckCorrectAnswer

상속: extends App\Jobs\Job, use trait Illuminate\Queue\SerializesModels
파일 보기 프로젝트 열기: socieboy/forum

보호된 프로퍼티들

프로퍼티 타입 설명
$reply_id integer

공개 메소드들

메소드 설명
__construct ( Request $request )
handle ( ReplyRepo $replyRepo )

보호된 메소드들

메소드 설명
authUserIsOwner ( $conversation ) : boolean Return true if the auth user is the owner of the conversation where the reply was left

메소드 상세

__construct() 공개 메소드

public __construct ( Request $request )
$request Request

authUserIsOwner() 보호된 메소드

Return true if the auth user is the owner of the conversation where the reply was left
protected authUserIsOwner ( $conversation ) : boolean
$conversation
리턴 boolean

handle() 공개 메소드

public handle ( ReplyRepo $replyRepo )
$replyRepo Socieboy\Forum\Entities\Replies\ReplyRepo

프로퍼티 상세

$reply_id 보호되어 있는 프로퍼티

protected int $reply_id
리턴 integer