Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

Defines 1 class

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.