Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Interface for any mod_h5pactivity report. More...
Public Member Functions | |
get_attempt () | |
Return the report attempt object. More... | |
get_user () | |
Return the report user record. More... | |
print () | |
Print the report visualization. More... | |
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.