Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
App
Services
Deployment
DeployCommanderInterface
PHP Interface App\Services\Deployment\DeployCommanderInterface
Mostra file
Open project: ngmy/webloyer
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