Backend\Classes\Dashboard\ReportMetricConfiguration

Overview

Carries information about a report metric configuration.


Public Methods

public __construct()

public __construct(bool $displayTotals, bool $displayRelativeBar): void

Constructor to initialize the metric configuration.

public getDisplayRelativeBar()

public getDisplayRelativeBar(): bool 

Retrieves the display setting for the relative or proportional bars.

public getDisplayTotals()

public getDisplayTotals(): bool 

Retrieves the display setting for totals.