final class Html (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Methods

__construct(Directory $target, int $lowUpperBound, int $highLowerBound, string $colorSuccessLow, string $colorSuccessMedium, string $colorSuccessHigh, string $colorWarning, string $colorDanger, string|null $customCssFile)

No description

target()

No description

int
lowUpperBound()

No description

int
highLowerBound()

No description

string
colorSuccessLow()

No description

string
colorSuccessMedium()

No description

string
colorSuccessHigh()

No description

string
colorWarning()

No description

string
colorDanger()

No description

bool
hasCustomCssFile()

No description

string
customCssFile()

No description

Details

__construct(Directory $target, int $lowUpperBound, int $highLowerBound, string $colorSuccessLow, string $colorSuccessMedium, string $colorSuccessHigh, string $colorWarning, string $colorDanger, string|null $customCssFile)

No description

Parameters

Directory $target
int $lowUpperBound
int $highLowerBound
string $colorSuccessLow
string $colorSuccessMedium
string $colorSuccessHigh
string $colorWarning
string $colorDanger
string|null $customCssFile

Directory target()

No description

Return Value

Directory

int lowUpperBound()

No description

Return Value

int

int highLowerBound()

No description

Return Value

int

string colorSuccessLow()

No description

Return Value

string

string colorSuccessMedium()

No description

Return Value

string

string colorSuccessHigh()

No description

Return Value

string

string colorWarning()

No description

Return Value

string

string colorDanger()

No description

Return Value

string

bool hasCustomCssFile()

No description

Return Value

bool

string customCssFile()

No description

Return Value

string

Exceptions

NoCustomCssFileException