| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Special type of trace that can be used for redirecting to multiple other traces. More...
| Public Member Functions | |
| __construct (array $traces) | |
| Constructs a new instance. | |
| finished () | |
| Called when the processing is finished. | |
| output ($message, $depth=0) | |
| Output an progress message in whatever format. | |
| Protected Attributes | |
| array | $traces | 
| An array of traces. | |
Special type of trace that can be used for redirecting to multiple other traces.
| combined_progress_trace::__construct | ( | array | $traces | ) | 
Constructs a new instance.
| array | $traces | multiple traces | 
| combined_progress_trace::finished | ( | ) | 
Called when the processing is finished.
Reimplemented from progress_trace.
| combined_progress_trace::output | ( | $message, | |
| $depth = 0 ) | 
Output an progress message in whatever format.
| string | $message | the message to output. | 
| integer | $depth | indent depth for this message. | 
Reimplemented from progress_trace.