PHP Class Socieboy\Forum\Jobs\LikeReply

Inheritance: extends App\Jobs\Job, implements Illuminate\Contracts\Bus\SelfHandling, use trait Illuminate\Queue\SerializesModels
Show file Open project: socieboy/forum

Protected Properties

Property Type Description
$reply_id integer

Public Methods

Method Description
__construct ( $request ) Create a new job instance.
handle ( LikeRepo $likeRepo ) : void Execute the job.
prepareData ( ) : array Prepare an array to fill the model like.

Method Details

__construct() public method

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

handle() public method

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

prepareData() public method

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

Property Details

$reply_id protected property

protected int $reply_id
return integer