|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| output ($message, $depth=0) | |
| finished () | |
Definition at line 2985 of file weblib.php.
| finished | ( | ) |
Called when the processing is finished.
Reimplemented in html_list_progress_trace.
Definition at line 2996 of file weblib.php.
| output | ( | $ | message, |
| $ | depth = 0 |
||
| ) | [abstract] |
Ouput an progress message in whatever format.
| string | $message | the message to output. |
| integer | $depth | indent depth for this message. |
Reimplemented in html_list_progress_trace, html_progress_trace, text_progress_trace, and null_progress_trace.