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

Наследование: extends Job, implements Illuminate\Contracts\Bus\SelfHandling
Показать файл Открыть проект

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

Метод Описание
__construct ( Project $project, Deployment $deployment ) MailDeployNotification constructor.
handle ( ) Execute the command.

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

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

MailDeployNotification constructor.
public __construct ( Project $project, Deployment $deployment )
$project REBELinBLUE\Deployer\Project
$deployment REBELinBLUE\Deployer\Deployment

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

Execute the command.
public handle ( )