Interface ITemplatingDriver
Interface for object for generating XSLT file from template.
Direct Known Implementers
XSLTBenchmarking\TestsGenerator\SimpleTemplatingDriver, XSLTBenchmarking\TestsGenerator\SmartyTemplatingDriver, XSLTBenchmarking\TestsGenerator\ToxgeneTemplatingDriverIndirect Known Implementers
XSLTBenchmarking\TestsGenerator\SmartyXmlGeneratorDriver
Namespace: XSLTBenchmarking\TestsGenerator
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsGenerator/Templating/ITemplatingDriver.php
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsGenerator/Templating/ITemplatingDriver.php
public
|
#
__construct(
string
$tmpDirectory
)
Object configuration
Object configuration Parameters
|
public
|
#
generate(
string
$templatePath,
string
$outputPath,
array
$settings
)
Generate the template with specifis variable and save the content into the file
Generate the template with specifis variable and save the content into the file Parameters
Throws |