final class Html (View source)

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

Methods

__construct(Directory|null $target, int $lowUpperBound, int $highLowerBound, string $colorSuccessLow, string $colorSuccessLowDark, string $colorSuccessMedium, string $colorSuccessMediumDark, string $colorSuccessHigh, string $colorSuccessHighDark, string $colorSuccessBar, string $colorSuccessBarDark, string $colorWarning, string $colorWarningDark, string $colorWarningBar, string $colorWarningBarDark, string $colorDanger, string $colorDangerDark, string $colorDangerBar, string $colorDangerBarDark, string $colorBreadcrumbs, string $colorBreadcrumbsDark, string|null $customCssFile)

No description

bool
hasTarget()

No description

target()

No description

int
lowUpperBound()

No description

int
highLowerBound()

No description

string
colorSuccessLow()

No description

string
colorSuccessLowDark()

No description

string
colorSuccessMedium()

No description

string
colorSuccessMediumDark()

No description

string
colorSuccessHigh()

No description

string
colorSuccessHighDark()

No description

string
colorSuccessBar()

No description

string
colorSuccessBarDark()

No description

string
colorWarning()

No description

string
colorWarningDark()

No description

string
colorWarningBar()

No description

string
colorWarningBarDark()

No description

string
colorDanger()

No description

string
colorDangerDark()

No description

string
colorDangerBar()

No description

string
colorDangerBarDark()

No description

string
colorBreadcrumbs()

No description

string
colorBreadcrumbsDark()

No description

bool
hasCustomCssFile()

No description

string
customCssFile()

No description

Details

__construct(Directory|null $target, int $lowUpperBound, int $highLowerBound, string $colorSuccessLow, string $colorSuccessLowDark, string $colorSuccessMedium, string $colorSuccessMediumDark, string $colorSuccessHigh, string $colorSuccessHighDark, string $colorSuccessBar, string $colorSuccessBarDark, string $colorWarning, string $colorWarningDark, string $colorWarningBar, string $colorWarningBarDark, string $colorDanger, string $colorDangerDark, string $colorDangerBar, string $colorDangerBarDark, string $colorBreadcrumbs, string $colorBreadcrumbsDark, string|null $customCssFile)

No description

Parameters

Directory|null $target
int $lowUpperBound
int $highLowerBound
string $colorSuccessLow
string $colorSuccessLowDark
string $colorSuccessMedium
string $colorSuccessMediumDark
string $colorSuccessHigh
string $colorSuccessHighDark
string $colorSuccessBar
string $colorSuccessBarDark
string $colorWarning
string $colorWarningDark
string $colorWarningBar
string $colorWarningBarDark
string $colorDanger
string $colorDangerDark
string $colorDangerBar
string $colorDangerBarDark
string $colorBreadcrumbs
string $colorBreadcrumbsDark
string|null $customCssFile

bool hasTarget()

No description

Return Value

bool

Directory target()

No description

Return Value

Directory

Exceptions

NoHtmlCoverageTargetException

int lowUpperBound()

No description

Return Value

int

int highLowerBound()

No description

Return Value

int

string colorSuccessLow()

No description

Return Value

string

string colorSuccessLowDark()

No description

Return Value

string

string colorSuccessMedium()

No description

Return Value

string

string colorSuccessMediumDark()

No description

Return Value

string

string colorSuccessHigh()

No description

Return Value

string

string colorSuccessHighDark()

No description

Return Value

string

string colorSuccessBar()

No description

Return Value

string

string colorSuccessBarDark()

No description

Return Value

string

string colorWarning()

No description

Return Value

string

string colorWarningDark()

No description

Return Value

string

string colorWarningBar()

No description

Return Value

string

string colorWarningBarDark()

No description

Return Value

string

string colorDanger()

No description

Return Value

string

string colorDangerDark()

No description

Return Value

string

string colorDangerBar()

No description

Return Value

string

string colorDangerBarDark()

No description

Return Value

string

string colorBreadcrumbs()

No description

Return Value

string

string colorBreadcrumbsDark()

No description

Return Value

string

bool hasCustomCssFile()

No description

Return Value

bool

string customCssFile()

No description

Return Value

string

Exceptions

NoCustomCssFileException