Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Progress trace class. More...
Public Member Functions | |
finished () | |
Called when the processing is finished. | |
output ($message, $depth=0) | |
Output an progress message in whatever format. | |
Progress trace class.
Use this class from long operations where you want to output occasional information about what is going on, but don't know if, or in what format, the output should be.
progress_trace::finished | ( | ) |
Called when the processing is finished.
Reimplemented in combined_progress_trace, html_list_progress_trace, and progress_trace_buffer.
|
abstract |
Output an progress message in whatever format.
string | $message | the message to output. |
integer | $depth | indent depth for this message. |
Reimplemented in combined_progress_trace, error_log_progress_trace, html_list_progress_trace, html_progress_trace, null_progress_trace, progress_trace_buffer, and text_progress_trace.