Property | Type | Description | |
---|---|---|---|
$deployerFile | |||
$fs | |||
$project | |||
$recipeFile | |||
$serverListFile |
Method | Description | |
---|---|---|
__construct ( App\Services\Filesystem\FilesystemInterface $fs, |
||
__destruct ( ) | ||
getResult ( ) : |
Get a deployment file instance. | |
pathInfo ( ) : |
Set a deployment file path info. | |
put ( ) : |
Put a deployment file. | |
setProject ( |
Set a project model instance. | |
setRecipeFile ( array $recipeFile ) : |
Set recipe file instances. | |
setServerListFile ( |
Set a server list file instance. |
public __construct ( App\Services\Filesystem\FilesystemInterface $fs, |
||
$fs | App\Services\Filesystem\FilesystemInterface | |
$deployerFile |
public getResult ( ) : |
||
return |
public pathInfo ( ) : |
||
return | $this |
public put ( ) : |
||
return | $this |
public setProject ( |
||
$project | ||
return | $this |
public setRecipeFile ( array $recipeFile ) : |
||
$recipeFile | array | |
return | $this |
public setServerListFile ( |
||
$serverListFile | ||
return | $this |