PHP Class StackFormation\Template

Show file Open project: aoepeople/stackformation

Protected Properties

Property Type Description
$cache
$filepath
$preProcessor

Public Methods

Method Description
__construct ( $filePath, Preprocessor $preprocessor = null )
getBasePath ( )
getDecodedJson ( )
getDescription ( )
getFileContent ( )
getFilePath ( )
getProcessedTemplate ( )

Method Details

__construct() public method

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

getBasePath() public method

public getBasePath ( )

getDecodedJson() public method

public getDecodedJson ( )

getDescription() public method

public getDescription ( )

getFileContent() public method

public getFileContent ( )

getFilePath() public method

public getFilePath ( )

getProcessedTemplate() public method

Property Details

$cache protected property

protected $cache

$filepath protected property

protected $filepath

$preProcessor protected property

protected $preProcessor