PHP 클래스 StackFormation\PrefixedTemplate

상속: extends Template
파일 보기 프로젝트 열기: aoepeople/stackformation

보호된 프로퍼티들

프로퍼티 타입 설명
$prefix
$pseudoParameters array presudo parameters which should not be prefixed

공개 메소드들

메소드 설명
__construct ( string $prefix, string $filePath, Preprocessor $preprocessor = null ) PrefixedTemplate constructor.
getDecodedJson ( )
getProcessedTemplate ( )

보호된 메소드들

메소드 설명
updateDependsOn ( $prefix, $template ) : mixed
updateDependsOnMultiple ( $prefix, $template ) : mixed
updateFnFindInMap ( $prefix, $template ) : mixed
updateFnGetAtt ( $prefix, $template ) : mixed
updateRef ( $prefix, $template ) : mixed

메소드 상세

__construct() 공개 메소드

PrefixedTemplate constructor.
public __construct ( string $prefix, string $filePath, Preprocessor $preprocessor = null )
$prefix string
$filePath string
$preprocessor Preprocessor

getDecodedJson() 공개 메소드

public getDecodedJson ( )

getProcessedTemplate() 공개 메소드

updateDependsOn() 보호된 메소드

protected updateDependsOn ( $prefix, $template ) : mixed
$prefix
$template
리턴 mixed

updateDependsOnMultiple() 보호된 메소드

protected updateDependsOnMultiple ( $prefix, $template ) : mixed
$prefix
$template
리턴 mixed

updateFnFindInMap() 보호된 메소드

protected updateFnFindInMap ( $prefix, $template ) : mixed
$prefix
$template
리턴 mixed

updateFnGetAtt() 보호된 메소드

protected updateFnGetAtt ( $prefix, $template ) : mixed
$prefix
$template
리턴 mixed

updateRef() 보호된 메소드

protected updateRef ( $prefix, $template ) : mixed
$prefix
$template
리턴 mixed

프로퍼티 상세

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

protected $prefix

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

presudo parameters which should not be prefixed
protected array $pseudoParameters
리턴 array