Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
App
Services
Deployment
StorageDeployCommander
PHP Class App\Services\Deployment\StorageDeployCommander
Inheritance:
implements
App\Services\Deployment\DeployCommanderInterface
ファイルを表示
Open project: ngmy/webloyer
Class Usage Examples
Public Methods
Method
Description
deploy
(
mixed
$deployment
) :
boolean
Give the command to deploy
rollback
(
mixed
$deployment
) :
boolean
Give the command to rollback
Method Details
deploy()
public
method
Give the command to deploy
public
deploy
(
mixed
$deployment
) :
boolean
$deployment
mixed
return
boolean
rollback()
public
method
Give the command to rollback
public
rollback
(
mixed
$deployment
) :
boolean
$deployment
mixed
return
boolean