| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
This subclass of progress_trace outputs as HTML. More...
| Public Member Functions | |
| finished () | |
| Called when the processing is finished. | |
| output ($message, $depth=0) | |
| Output the trace message. | |
This subclass of progress_trace outputs as HTML.
| 
 | inherited | 
Called when the processing is finished.
Reimplemented in combined_progress_trace, html_list_progress_trace, and progress_trace_buffer.
| html_progress_trace::output | ( | $message, | |
| $depth = 0 ) | 
Output the trace message.
| string | $message | |
| int | $depth | 
| void | Output is echo'd | 
Reimplemented from progress_trace.