Facade
in package
FinalYes
Table of Contents
Properties
- $generator : string
- $highLowerBound : int
- $lowUpperBound : int
- $templatePath : string
Methods
- __construct() : mixed
- process() : void
- copyFiles() : void
- directory() : string
Properties
$generator
private
string
$generator
$highLowerBound
private
int
$highLowerBound
$lowUpperBound
private
int
$lowUpperBound
$templatePath
private
string
$templatePath
Methods
__construct()
public
__construct([int $lowUpperBound = 50 ][, int $highLowerBound = 90 ][, string $generator = '' ]) : mixed
Parameters
- $lowUpperBound : int = 50
- $highLowerBound : int = 90
- $generator : string = ''
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