| 
    Moodle PHP Documentation 4.1
    
   Moodle 4.1dev (Build: 20220512) (5e5e12e0) 
   | 
 
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.