PHP 클래스 App\Services\Deployment\DeployerRecipeFileBuilder

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

보호된 프로퍼티들

프로퍼티 타입 설명
$deployerFile
$fs
$recipe

공개 메소드들

메소드 설명
__construct ( App\Services\Filesystem\FilesystemInterface $fs, DeployerFile $deployerFile )
__destruct ( )
getResult ( ) : DeployerFile Get a recipe file instance.
pathInfo ( ) : DeployerRecipeFileBuilder Set a recipe file path info.
put ( ) : DeployerRecipeFileBuilder Put a recipe file.
setRecipe ( Model $recipe ) : DeployerRecipeFileBuilder Set a recipe model instance.

메소드 상세

__construct() 공개 메소드

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

__destruct() 공개 메소드

public __destruct ( )

getResult() 공개 메소드

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

pathInfo() 공개 메소드

Set a recipe file path info.
public pathInfo ( ) : DeployerRecipeFileBuilder
리턴 DeployerRecipeFileBuilder $this

put() 공개 메소드

Put a recipe file.
public put ( ) : DeployerRecipeFileBuilder
리턴 DeployerRecipeFileBuilder $this

setRecipe() 공개 메소드

Set a recipe model instance.
public setRecipe ( Model $recipe ) : DeployerRecipeFileBuilder
$recipe Illuminate\Database\Eloquent\Model
리턴 DeployerRecipeFileBuilder $this

프로퍼티 상세

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

protected $deployerFile

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

protected $fs

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

protected $recipe