CRM_Core_CodeGen_Util_Template
class CRM_Core_CodeGen_Util_Template
Class CRM_Core_CodeGen_Util_Template
Properties
protected | $filetype | ||
protected | $smarty | ||
protected | $beautifier | ||
protected bool | $beautify |
Methods
__construct(string $filetype, bool $beautify = TRUE)
No description
runConcat(array $inputs, string $outpath)
No description
run(string $infile, string $outpath)
Run template generator.
string
fetch(string $infile)
Fetch via Smarty.
assign($key, $value)
No description
Details
at line 21
__construct(string $filetype, bool $beautify = TRUE)
at line 48
runConcat(array $inputs, string $outpath)
at line 66
run(string $infile, string $outpath)
Run template generator.
at line 104
string
fetch(string $infile)
Fetch via Smarty.