PHP 클래스 Socieboy\Forum\Jobs\LikeReply

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

보호된 프로퍼티들

프로퍼티 타입 설명
$reply_id integer

공개 메소드들

메소드 설명
__construct ( $request ) Create a new job instance.
handle ( LikeRepo $likeRepo ) : void Execute the job.
prepareData ( ) : array Prepare an array to fill the model like.

메소드 상세

__construct() 공개 메소드

Create a new job instance.
public __construct ( $request )

handle() 공개 메소드

Execute the job.
public handle ( LikeRepo $likeRepo ) : void
$likeRepo Socieboy\Forum\Entities\Likes\LikeRepo
리턴 void

prepareData() 공개 메소드

Prepare an array to fill the model like.
public prepareData ( ) : array
리턴 array

프로퍼티 상세

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

protected int $reply_id
리턴 integer