Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core_competency\external\evidence_exporter Class Reference

Class for exporting evidence data. More...

Inheritance diagram for core_competency\external\evidence_exporter:
core\external\persistent_exporter

Public Member Functions

 __construct ($data, $related=array())
 Constructor.
 

Static Public Member Functions

static define_other_properties ()
 

Protected Member Functions

 get_format_parameters_for_gradename ()
 Get the format parameters for gradename.
 
 get_other_values (renderer_base $output)
 

Static Protected Member Functions

static define_class ()
 Returns the specific class the persistent should be an instance of.
 
static define_properties ()
 Persistent exporters get their standard properties from the persistent class.
 
static define_related ()
 

Protected Attributes

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

Detailed Description

Class for exporting evidence data.

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

Constructor & Destructor Documentation

◆ __construct()

core_competency\external\evidence_exporter::__construct ( $data,
$related = array() )

Constructor.

Parameters
mixed$dataThe data.
array$relatedArray of relateds.

Member Function Documentation

◆ define_class()

static core_competency\external\evidence_exporter::define_class ( )
staticprotected

Returns the specific class the persistent should be an instance of.

Return values
string

Reimplemented from core\external\persistent_exporter.

◆ 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.

◆ get_format_parameters_for_gradename()

core_competency\external\evidence_exporter::get_format_parameters_for_gradename ( )
protected

Get the format parameters for gradename.

Return values
array

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