PHP Класс REBELinBLUE\Deployer\Jobs\SlackNotify

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

Открытые методы

Метод Описание
__construct ( Notification $notification, array $payload, integer $timeout = 60 ) SlackNotify constructor.
handle ( ) Execute the command.

Описание методов

__construct() публичный метод

SlackNotify constructor.
public __construct ( Notification $notification, array $payload, integer $timeout = 60 )
$notification REBELinBLUE\Deployer\Notification
$payload array
$timeout integer

handle() публичный метод

Execute the command.
public handle ( )