See Release Notes
Long Term Support Release
Class for exporting a question summary from an stdClass.
Copyright: | 2018 Ryan Wyllie <ryan@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 128 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
question_summary_exporter:: (6 methods):
__construct()
define_related()
get_mandatory_properties()
define_properties()
define_other_properties()
get_other_values()
Class: question_summary_exporter - X-Ref
Class for exporting a question summary from an stdClass.__construct(\stdClass $question, $related = []) X-Ref |
Constructor. param: \stdClass $question param: array $related The related data. |
define_related() X-Ref |
Set the moodle context as a required related object. return: array Required related objects. |
get_mandatory_properties() X-Ref |
The list of mandatory properties required on the question object to export. return: string[] List of properties. |
define_properties() X-Ref |
The list of static properties returned. return: array List of properties. |
define_other_properties() X-Ref |
Define the list of calculated properties. return: array The list of properties. |
get_other_values(\renderer_base $output) X-Ref |
Calculate the values for the properties defined in the define_other_properties function. param: renderer_base $output A renderer. return: array The list of properties. |