Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
This subclass of progress_trace outputs to plain text. More...
Public Member Functions | |
finished () | |
Called when the processing is finished. | |
output ($message, $depth=0) | |
Output the trace message. More... | |
This subclass of progress_trace outputs to plain text.
text_progress_trace::output | ( | $message, | |
$depth = 0 |
|||
) |
Output the trace message.
string | $message | |
int | $depth |
void | Output is echo'd |
Reimplemented from progress_trace.