Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
REBELinBLUE
Deployer
Jobs
SlackNotify
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
( )