PHP 클래스 REBELinBLUE\Deployer\Listeners\Events\NotifyDeploy

상속: extends Event, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue, use trait Illuminate\Foundation\Bus\DispatchesJobs
파일 보기 프로젝트 열기: rebelinblue/deployer

공개 메소드들

메소드 설명
__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