IReport
interface IReport (View source)
This interface provides methods to set and get report mode, and handle errors.
Methods
void
setReportMode(mixed $mode)
Sets the report mode.
mixed
getReportMode()
Gets the current report mode.
void
handleError(string|null $message = null)
Handles an error with an optional message.
Details
void
setReportMode(mixed $mode)
Sets the report mode.
mixed
getReportMode()
Gets the current report mode.
void
handleError(string|null $message = null)
Handles an error with an optional message.