PHP 클래스 App\Services\Deployment\DeployerDeploymentFileBuilder

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

보호된 프로퍼티들

프로퍼티 타입 설명
$deployerFile
$fs
$project
$recipeFile
$serverListFile

공개 메소드들

메소드 설명
__construct ( App\Services\Filesystem\FilesystemInterface $fs, DeployerFile $deployerFile )
__destruct ( )
getResult ( ) : DeployerFile Get a deployment file instance.
pathInfo ( ) : DeployerDeploymentFileBuilder Set a deployment file path info.
put ( ) : DeployerDeploymentFileBuilder Put a deployment file.
setProject ( Model $project ) : DeployerDeploymentFileBuilder Set a project model instance.
setRecipeFile ( array $recipeFile ) : DeployerDeploymentFileBuilder Set recipe file instances.
setServerListFile ( DeployerFile $serverListFile ) : DeployerDeploymentFileBuilder Set a server list file instance.

메소드 상세

__construct() 공개 메소드

public __construct ( App\Services\Filesystem\FilesystemInterface $fs, DeployerFile $deployerFile )
$fs App\Services\Filesystem\FilesystemInterface
$deployerFile DeployerFile

__destruct() 공개 메소드

public __destruct ( )

getResult() 공개 메소드

Get a deployment file instance.
public getResult ( ) : DeployerFile
리턴 DeployerFile

pathInfo() 공개 메소드

Set a deployment file path info.
public pathInfo ( ) : DeployerDeploymentFileBuilder
리턴 DeployerDeploymentFileBuilder $this

put() 공개 메소드

Put a deployment file.
public put ( ) : DeployerDeploymentFileBuilder
리턴 DeployerDeploymentFileBuilder $this

setProject() 공개 메소드

Set a project model instance.
public setProject ( Model $project ) : DeployerDeploymentFileBuilder
$project Illuminate\Database\Eloquent\Model
리턴 DeployerDeploymentFileBuilder $this

setRecipeFile() 공개 메소드

Set recipe file instances.
public setRecipeFile ( array $recipeFile ) : DeployerDeploymentFileBuilder
$recipeFile array
리턴 DeployerDeploymentFileBuilder $this

setServerListFile() 공개 메소드

Set a server list file instance.
public setServerListFile ( DeployerFile $serverListFile ) : DeployerDeploymentFileBuilder
$serverListFile DeployerFile
리턴 DeployerDeploymentFileBuilder $this

프로퍼티 상세

$deployerFile 보호되어 있는 프로퍼티

protected $deployerFile

$fs 보호되어 있는 프로퍼티

protected $fs

$project 보호되어 있는 프로퍼티

protected $project

$recipeFile 보호되어 있는 프로퍼티

protected $recipeFile

$serverListFile 보호되어 있는 프로퍼티

protected $serverListFile