PHP 클래스 App\Services\Deployment\DeployerServerListFileBuilder

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

보호된 프로퍼티들

프로퍼티 타입 설명
$deployerFile
$fs
$project
$server
$yamlDumper
$yamlParser

공개 메소드들

메소드 설명
__construct ( App\Services\Filesystem\FilesystemInterface $fs, DeployerFile $deployerFile, Parser $parser, Symfony\Component\Yaml\Dumper $dumper )
__destruct ( )
getResult ( ) : DeployerFile Get a server list file instance.
pathInfo ( ) : App\Services\ServerList\DeployerServerListFileBuilder Set a server list file path info.
put ( ) : App\Services\ServerList\DeployerServerListFileBuilder Put a server list file.
setProject ( Model $project ) : App\Services\ServerList\DeployerServerListFileBuilder Set a project model instance.
setServer ( Model $server ) : App\Services\ServerList\DeployerServerListFileBuilder Set a server model instance.

메소드 상세

__construct() 공개 메소드

public __construct ( App\Services\Filesystem\FilesystemInterface $fs, DeployerFile $deployerFile, Parser $parser, Symfony\Component\Yaml\Dumper $dumper )
$fs App\Services\Filesystem\FilesystemInterface
$deployerFile DeployerFile
$parser Symfony\Component\Yaml\Parser
$dumper Symfony\Component\Yaml\Dumper

__destruct() 공개 메소드

public __destruct ( )

getResult() 공개 메소드

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

pathInfo() 공개 메소드

Set a server list file path info.
public pathInfo ( ) : App\Services\ServerList\DeployerServerListFileBuilder
리턴 App\Services\ServerList\DeployerServerListFileBuilder $this

put() 공개 메소드

Put a server list file.
public put ( ) : App\Services\ServerList\DeployerServerListFileBuilder
리턴 App\Services\ServerList\DeployerServerListFileBuilder $this

setProject() 공개 메소드

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

setServer() 공개 메소드

Set a server model instance.
public setServer ( Model $server ) : App\Services\ServerList\DeployerServerListFileBuilder
$server Illuminate\Database\Eloquent\Model
리턴 App\Services\ServerList\DeployerServerListFileBuilder $this

프로퍼티 상세

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

protected $deployerFile

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

protected $fs

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

protected $project

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

protected $server

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

protected $yamlDumper

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

protected $yamlParser