Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
This subclass of progress_trace does not ouput anything. More...
Public Member Functions | |
finished () | |
Called when the processing is finished. | |
output ($message, $depth=0) | |
Does Nothing. | |
This subclass of progress_trace does not ouput anything.
|
inherited |
Called when the processing is finished.
Reimplemented in combined_progress_trace, html_list_progress_trace, and progress_trace_buffer.
null_progress_trace::output | ( | $message, | |
$depth = 0 ) |
Does Nothing.
string | $message | |
int | $depth |
void | Does Nothing |
Reimplemented from progress_trace.