コード例 #1
0
ファイル: SSViewer.php プロジェクト: tcaiger/mSupplyNZ
 public function parseTemplateContent($content, $template = "")
 {
     return $this->parser->compileString($content, $template, Director::isDev() && Config::inst()->get('SSViewer', 'source_file_comments'));
 }