PHP 클래스 App\Services\Deployment\QueueDeployCommander

상속: implements App\Services\Deployment\DeployCommanderInterface
파일 보기 프로젝트 열기: ngmy/webloyer

보호된 프로퍼티들

프로퍼티 타입 설명
$dispatcher

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Bus\Dispatcher $dispatcher )
deploy ( mixed $deployment ) : boolean Give the command to deploy
rollback ( mixed $deployment ) : boolean Give the command to rollback

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\Contracts\Bus\Dispatcher $dispatcher )
$dispatcher Illuminate\Contracts\Bus\Dispatcher

deploy() 공개 메소드

Give the command to deploy
public deploy ( mixed $deployment ) : boolean
$deployment mixed
리턴 boolean

rollback() 공개 메소드

Give the command to rollback
public rollback ( mixed $deployment ) : boolean
$deployment mixed
리턴 boolean

프로퍼티 상세

$dispatcher 보호되어 있는 프로퍼티

protected $dispatcher