class ReportHandler implements IReport (View source)

Properties

static protected mixed $errorMode

Methods

getInstance()

No description

mixed
getReportMode()

Gets the current report mode.

void
setReportMode(mixed $mode)

Sets the report mode.

void
handleError(string|null $message = null)

Handles an error with an optional message.

Details

IConnection getInstance()

No description

Return Value

IConnection

mixed getReportMode()

Gets the current report mode.

Return Value

mixed

The current report mode.

void setReportMode(mixed $mode)

Sets the report mode.

Parameters

mixed $mode

The mode to set for the report.

Return Value

void

void handleError(string|null $message = null)

Handles an error with an optional message.

Parameters

string|null $message

The error message to handle.

Return Value

void