|
Moodle PHP Documentation 4.1
Moodle 4.1.19+ (Build: 20250711) (5f47dc23ffc)
|
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.