PHP 클래스 StackFormation\Template

파일 보기 프로젝트 열기: aoepeople/stackformation

보호된 프로퍼티들

프로퍼티 타입 설명
$cache
$filepath
$preProcessor

공개 메소드들

메소드 설명
__construct ( $filePath, Preprocessor $preprocessor = null )
getBasePath ( )
getDecodedJson ( )
getDescription ( )
getFileContent ( )
getFilePath ( )
getProcessedTemplate ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $filePath, Preprocessor $preprocessor = null )
$preprocessor Preprocessor

getBasePath() 공개 메소드

public getBasePath ( )

getDecodedJson() 공개 메소드

public getDecodedJson ( )

getDescription() 공개 메소드

public getDescription ( )

getFileContent() 공개 메소드

public getFileContent ( )

getFilePath() 공개 메소드

public getFilePath ( )

getProcessedTemplate() 공개 메소드

프로퍼티 상세

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

protected $cache

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

protected $filepath

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

protected $preProcessor