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