Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
tool_dataprivacy\external\data_request_exporter Class Reference

Class for exporting user evidence with all competencies. More...

Inheritance diagram for tool_dataprivacy\external\data_request_exporter:
core\external\persistent_exporter

Protected Member Functions

 get_other_values (renderer_base $output)
 Assign values to the defined other properties.
 

Static Protected Member Functions

static define_class ()
 Class definition.
 
static define_other_properties ()
 Other properties definition.
 
static define_properties ()
 Persistent exporters get their standard properties from the persistent class.
 
static define_related ()
 Related objects definition.
 

Protected Attributes

core persistent $persistent = null
 The persistent object we will export.
 

Detailed Description

Class for exporting user evidence with all competencies.

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

Member Function Documentation

◆ define_class()

static tool_dataprivacy\external\data_request_exporter::define_class ( )
staticprotected

Class definition.

Return values
string

Reimplemented from core\external\persistent_exporter.

◆ define_other_properties()

static tool_dataprivacy\external\data_request_exporter::define_other_properties ( )
staticprotected

Other properties definition.

Return values
array

◆ define_properties()

static core\external\persistent_exporter::define_properties ( )
staticfinalprotectedinherited

Persistent exporters get their standard properties from the persistent class.

Return values
arrayKeys are the property names, and value their definition.

◆ define_related()

static tool_dataprivacy\external\data_request_exporter::define_related ( )
staticprotected

Related objects definition.

Return values
array

◆ get_other_values()

tool_dataprivacy\external\data_request_exporter::get_other_values ( renderer_base $output)
protected

Assign values to the defined other properties.

Parameters
renderer_base$outputThe output renderer object.
Return values
array
Exceptions
coding_exception
dml_exception
moodle_exception

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