Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
HTML List Progress Tree. More...
Public Member Functions | |
finished () | |
Called when the processing is finished. | |
output ($message, $depth=0) | |
Echo out the list. | |
Protected Attributes | |
int | $currentdepth = -1 |
HTML List Progress Tree.
html_list_progress_trace::finished | ( | ) |
Called when the processing is finished.
Reimplemented from progress_trace.
html_list_progress_trace::output | ( | $message, | |
$depth = 0 ) |
Echo out the list.
string | $message | The message to display |
int | $depth |
void | Output is echoed |
Reimplemented from progress_trace.