Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
REBELinBLUE
Deployer
Jobs
MailDeployNotification
PHP Class REBELinBLUE\Deployer\Jobs\MailDeployNotification
Inheritance:
extends
Job
,
implements
Illuminate\Contracts\Bus\SelfHandling
Mostrar archivo
Open project: rebelinblue/deployer
Public Methods
Method
Description
__construct
(
Project
$project
,
Deployment
$deployment
)
MailDeployNotification constructor.
handle
( )
Execute the command.
Method Details
__construct()
public
method
MailDeployNotification constructor.
public
__construct
(
Project
$project
,
Deployment
$deployment
)
$project
REBELinBLUE\Deployer\Project
$deployment
REBELinBLUE\Deployer\Deployment
handle()
public
method
Execute the command.
public
handle
( )