| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Interface for any mod_h5pactivity report. More...
| Public Member Functions | |
| get_attempt () | |
| Return the report attempt object. | |
| get_user () | |
| Return the report user record. | |
| print () | |
| Print the report visualization. | |
| Public Attributes | |
| global | $CFG | 
Interface for any mod_h5pactivity report.
| mod_h5pactivity\local\report::get_attempt | ( | ) | 
Return the report attempt object.
| attempt|null | the attempt object or null | 
Implemented in mod_h5pactivity\local\report\attempts, mod_h5pactivity\local\report\participants, and mod_h5pactivity\local\report\results.
| mod_h5pactivity\local\report::get_user | ( | ) | 
Return the report user record.
| stdClass|null | a user or null | 
Implemented in mod_h5pactivity\local\report\attempts, mod_h5pactivity\local\report\participants, and mod_h5pactivity\local\report\results.
| mod_h5pactivity\local\report::print | ( | ) | 
Print the report visualization.
Implemented in mod_h5pactivity\local\report\attempts, mod_h5pactivity\local\report\participants, and mod_h5pactivity\local\report\results.