PHP Class Socieboy\Forum\Jobs\LikeReply

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

Protected Properties

Свойство Type Description
$reply_id integer

Méthodes publiques

Méthode 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 méthode

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

handle() public méthode

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

prepareData() public méthode

Prepare an array to fill the model like.
public prepareData ( ) : array
Résultat array

Property Details

$reply_id protected_oe property

protected int $reply_id
Résultat integer