Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
Public Member Functions | List of all members
null_progress_trace Class Reference

This subclass of progress_trace does not ouput anything. More...

Inheritance diagram for null_progress_trace:
progress_trace

Public Member Functions

 finished ()
 Called when the processing is finished. More...
 
 output ($message, $depth=0)
 Does Nothing. More...
 

Detailed Description

This subclass of progress_trace does not ouput anything.

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

Member Function Documentation

◆ finished()

progress_trace::finished ( )
inherited

Called when the processing is finished.

Reimplemented in html_list_progress_trace, progress_trace_buffer, and combined_progress_trace.

◆ output()

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

Does Nothing.

Parameters
string$message
int$depth
Return values
voidDoes Nothing

Reimplemented from progress_trace.


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