Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
html_list_progress_trace Class Reference

HTML List Progress Tree. More...

Inheritance diagram for html_list_progress_trace:
progress_trace

Public Member Functions

 finished ()
 Called when the processing is finished.
 
 output ($message, $depth=0)
 Echo out the list.
 

Protected Attributes

int $currentdepth = -1
 

Detailed Description

HTML List Progress Tree.

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

Member Function Documentation

◆ finished()

html_list_progress_trace::finished ( )

Called when the processing is finished.

Reimplemented from progress_trace.

◆ output()

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

Echo out the list.

Parameters
string$messageThe message to display
int$depth
Return values
voidOutput is echoed

Reimplemented from progress_trace.


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