Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
App
Services
Deployment
DeployCommanderInterface
PHP 인터페이스 App\Services\Deployment\DeployCommanderInterface
파일 보기
프로젝트 열기: ngmy/webloyer
공개 메소드들
메소드
설명
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