HumHub Documentation (unofficial)

Printer
in package
implements EventSubscriberInterface uses StaticEvents

Table of Contents

Interfaces

EventSubscriberInterface
An EventSubscriber knows itself what events it is interested in.

Properties

$coverage  : mixed
$events  : mixed
$destination  : mixed
$logDir  : mixed
$options  : mixed
$settings  : mixed

Methods

__construct()  : mixed
getSubscribedEvents()  : mixed
printResult()  : mixed
absolutePath()  : mixed
printCobertura()  : mixed
printConsole()  : mixed
printCrap4j()  : mixed
printHtml()  : mixed
printPHP()  : mixed
printPHPUnit()  : mixed
printText()  : mixed
printXml()  : mixed

Properties

$coverage

public static mixed $coverage

$events

public static mixed $events = [\Codeception\Events::RESULT_PRINT_AFTER => 'printResult']

$destination

protected mixed $destination = []

$settings

protected mixed $settings = ['enabled' => true, 'low_limit' => '35', 'high_limit' => '70', 'show_uncovered' => false, 'show_only_summary' => false]

Methods

__construct()

public __construct(mixed $options) : mixed
Parameters
$options : mixed

getSubscribedEvents()

public static getSubscribedEvents() : mixed

absolutePath()

protected absolutePath(mixed $path) : mixed
Parameters
$path : mixed

printCobertura()

protected printCobertura() : mixed

printConsole()

protected printConsole(Printer $printer) : mixed
Parameters
$printer : Printer

printCrap4j()

protected printCrap4j() : mixed

printHtml()

protected printHtml() : mixed

printPHP()

protected printPHP() : mixed

printPHPUnit()

protected printPHPUnit() : mixed

printText()

protected printText() : mixed

printXml()

protected printXml() : mixed

        
On this page

Search results