PHP Класс Socieboy\Forum\Jobs\CheckCorrectAnswer

Наследование: extends App\Jobs\Job, use trait Illuminate\Queue\SerializesModels
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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