Overview

Namespaces

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

Classes

  • DriversContainer
  • Factory
  • Microtime
  • Printer

Exceptions

  • CollisionException
  • Exception
  • GenerateTemplateException
  • GenerateXmlException
  • InvalidArgumentException
  • InvalidStateException
  • LongLoopException
  • UnknownMethodException
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class Printer

Printing information text

Namespace: XSLTBenchmarking
Author: Viktor Mašíček <viktor@masicek.net>
Located at Printer.php
Methods summary
public static
# header( string $header )
Print header

Print header

Parameters

$header
string
Text of printed header
public static
# info( string $info = '' )
Print information text

Print information text

Parameters

$info
string
Text of printed info
Constants summary
string MODE_PRODUCTION 'production'
#
Constant for production mode of printing

Constant for production mode of printing

string MODE_TEST 'test'
#
Constant for production mode of printing

Constant for production mode of printing

Properties summary
public static string $mode XSLTBenchmarking\Printer::MODE_PRODUCTION
#
Selected mode of printing

Selected mode of printing

XSTL Benchmarking API documentation generated by ApiGen.
Generated using the TokenReflection library.