PHP Класс REBELinBLUE\Deployer\Listeners\Events\NotifyDeploy

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

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

Метод Описание
__construct ( ) NotifyDeploy constructor.
handle ( DeployFinished $event ) Handle the event.

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

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

NotifyDeploy constructor.
public __construct ( )

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

Handle the event.
public handle ( DeployFinished $event )
$event REBELinBLUE\Deployer\Events\DeployFinished