Overview

Namespaces

  • PHP
  • XSLTBenchmarking
    • Reports
    • RunnerConsole
    • TestsGenerator
    • TestsRunner

Classes

  • EasyXmlGeneratorDriver
  • Generator
  • Params
  • SimpleTemplatingDriver
  • SmartyTemplatingDriver
  • SmartyXmlGeneratorDriver
  • Templating
  • Test
  • ToxgeneTemplatingDriver
  • ToxgeneXmlGeneratorDriver
  • XmlGenerator
  • XmlParamsDriver

Interfaces

  • IParamsDriver
  • ITemplatingDriver
  • IXmlGeneratorDriver
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Interface ITemplatingDriver

Interface for object for generating XSLT file from template.

Direct Known Implementers

XSLTBenchmarking\TestsGenerator\SimpleTemplatingDriver, XSLTBenchmarking\TestsGenerator\SmartyTemplatingDriver, XSLTBenchmarking\TestsGenerator\ToxgeneTemplatingDriver

Indirect Known Implementers

XSLTBenchmarking\TestsGenerator\SmartyXmlGeneratorDriver
Namespace: XSLTBenchmarking\TestsGenerator
Author: Viktor Mašíček <viktor@masicek.net>
Located at TestsGenerator/Templating/ITemplatingDriver.php
Methods summary
public
# __construct( string $tmpDirectory )
Object configuration

Object configuration

Parameters

$tmpDirectory
string
The path of the temporary directory
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

$templatePath
string
Path of template for generating
$outputPath
string
Path output file
$settings
array
Array of settings specific for driver

Throws

XSLTBenchmarking\GenerateTemplateException
Problem with generating
XSTL Benchmarking API documentation generated by ApiGen.
Generated using the TokenReflection library.