|
Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
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. More... | |
| finished () | |
| Called when the processing is finished. More... | |
| output ($message, $depth=0) | |
| Output an progress message in whatever format. More... | |
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.