Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
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.