Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
question_response_files Interface Reference

The interface implemented by question_file_saver and question_file_loader. More...

Inheritance diagram for question_response_files:
question_file_loader question_file_saver

Public Member Functions

 get_files ()
 Get the files that were submitted.
 

Detailed Description

The interface implemented by question_file_saver and question_file_loader.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ get_files()

question_response_files::get_files ( )

Get the files that were submitted.

Return values
arrayof stored_files objects.

Implemented in question_file_loader, and question_file_saver.


The documentation for this interface was generated from the following file: