StackFormation\Template::getFileContent PHP Method

getFileContent() public method

public getFileContent ( )
    public function getFileContent()
    {
        return $this->cache->get(__METHOD__, function () {
            return file_get_contents($this->filepath);
        });
    }