Overview
Namespaces
Classes
Interfaces
1: <?php
2:
3: /**
4: * XSLT Benchmarking
5: * @link https://github.com/masicek/XSLT-Benchmarking
6: * @author Viktor Mašíček <viktor@masicek.net>
7: * @license "New" BSD License
8: */
9:
10: namespace XSLTBenchmarking\Reports;
11:
12: require_once ROOT . '/DriversContainer.php';
13:
14: /**
15: * Converting XML reports into another format
16: *
17: * @author Viktor Mašíček <viktor@masicek.net>
18: */
19: class Convertor extends \XSLTBenchmarking\DriversContainer
20: {
21: }
22: