|
Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
HTML List Progress Tree. More...
Public Member Functions | |
| finished () | |
| Called when the processing is finished. More... | |
| output ($message, $depth=0) | |
| Echo out the list. More... | |
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.