Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
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: