Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
text_progress_trace Class Reference

This subclass of progress_trace outputs to plain text. More...

Inheritance diagram for text_progress_trace:
progress_trace

Public Member Functions

 finished ()
 Called when the processing is finished.
 
 output ($message, $depth=0)
 Output the trace message.
 

Detailed Description

This subclass of progress_trace outputs to plain text.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ finished()

progress_trace::finished ( )
inherited

Called when the processing is finished.

Reimplemented in combined_progress_trace, html_list_progress_trace, and progress_trace_buffer.

◆ output()

text_progress_trace::output ( $message,
$depth = 0 )

Output the trace message.

Parameters
string$message
int$depth
Return values
voidOutput is echo'd

Reimplemented from progress_trace.


The documentation for this class was generated from the following file: