PHP 클래스 REBELinBLUE\Deployer\Jobs\MailDeployNotification

상속: extends Job, implements Illuminate\Contracts\Bus\SelfHandling
파일 보기 프로젝트 열기: rebelinblue/deployer

공개 메소드들

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