PHP 클래스 App\Services\Deployment\StorageDeployCommander

상속: implements App\Services\Deployment\DeployCommanderInterface
파일 보기 프로젝트 열기: ngmy/webloyer 1 사용 예제들

공개 메소드들

메소드 설명
deploy ( mixed $deployment ) : boolean Give the command to deploy
rollback ( mixed $deployment ) : boolean Give the command to rollback

메소드 상세

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