Facade
in package
FinalYes
Table of Contents
Properties
- $colors : Colors
- $customCssFile : CustomCssFile
- $generator : string
- $templatePath : string
- $thresholds : Thresholds
Methods
- __construct() : mixed
- process() : void
- copyFiles() : void
- directory() : string
- renderCss() : void
Properties
$colors read-only
private
Colors
$colors
$customCssFile read-only
private
CustomCssFile
$customCssFile
$generator read-only
private
string
$generator
$templatePath read-only
private
string
$templatePath
$thresholds read-only
private
Thresholds
$thresholds
Methods
__construct()
public
__construct([string $generator = '' ][, Colors|null $colors = null ][, Thresholds|null $thresholds = null ][, CustomCssFile|null $customCssFile = null ]) : mixed
Parameters
- $generator : string = ''
- $colors : Colors|null = null
- $thresholds : Thresholds|null = null
- $customCssFile : CustomCssFile|null = null
process()
public
process(CodeCoverage $coverage, string $target) : void
Parameters
- $coverage : CodeCoverage
- $target : string
copyFiles()
private
copyFiles(string $target) : void
Parameters
- $target : string
directory()
private
directory(string $directory) : string
Parameters
- $directory : string
Return values
stringrenderCss()
private
renderCss(string $target) : void
Parameters
- $target : string