PHP 클래스 StackFormation\Blueprint

파일 보기 프로젝트 열기: aoepeople/stackformation 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$blueprintConfig
$name string
$valueResolver

공개 메소드들

메소드 설명
__construct ( $name, array $blueprintConfig, ValueResolver $valueResolver )
applyEnvVars ( )
getAfterScript ( )
getBasePath ( )
getBeforeScript ( ) : array
getBlueprintConfig ( )
getBlueprintReference ( )
getCapabilities ( )
getName ( )
getOnFailure ( )
getOptionalTemplates ( )
getParameters ( $resolvePlaceholders = true )
getPreprocessedTemplate ( $force = false )
getProfile ( $resolvePlaceholders = true )
getStackName ( )
getStackPolicy ( )
getTags ( $resolvePlaceholders = true )
getTemplates ( )
getVars ( )

보호된 메소드들

메소드 설명
getScript ( string $key ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( $name, array $blueprintConfig, ValueResolver $valueResolver )
$blueprintConfig array
$valueResolver StackFormation\ValueResolver\ValueResolver

applyEnvVars() 공개 메소드

public applyEnvVars ( )

getAfterScript() 공개 메소드

public getAfterScript ( )

getBasePath() 공개 메소드

public getBasePath ( )

getBeforeScript() 공개 메소드

public getBeforeScript ( ) : array
리턴 array

getBlueprintConfig() 공개 메소드

public getBlueprintConfig ( )

getBlueprintReference() 공개 메소드

getCapabilities() 공개 메소드

public getCapabilities ( )

getName() 공개 메소드

public getName ( )

getOnFailure() 공개 메소드

public getOnFailure ( )

getOptionalTemplates() 공개 메소드

getParameters() 공개 메소드

public getParameters ( $resolvePlaceholders = true )

getPreprocessedTemplate() 공개 메소드

public getPreprocessedTemplate ( $force = false )

getProfile() 공개 메소드

public getProfile ( $resolvePlaceholders = true )

getScript() 보호된 메소드

protected getScript ( string $key ) : string
$key string
리턴 string

getStackName() 공개 메소드

public getStackName ( )

getStackPolicy() 공개 메소드

public getStackPolicy ( )

getTags() 공개 메소드

public getTags ( $resolvePlaceholders = true )

getTemplates() 공개 메소드

public getTemplates ( )

getVars() 공개 메소드

public getVars ( )

프로퍼티 상세

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

protected $blueprintConfig

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

protected string $name
리턴 string

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

protected $valueResolver