Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
core_competency\external\competency_framework_exporter Class Reference

Class for exporting competency_framework data. More...

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

Protected Member Functions

 get_other_values (renderer_base $output)
 Get other values that do not belong to the basic persisent.
 

Static Protected Member Functions

static define_class ()
 Define the name of persistent class.
 
static define_other_properties ()
 Define other properties that do not belong to the basic persisent.
 
static define_properties ()
 Persistent exporters get their standard properties from the persistent class.
 

Protected Attributes

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

Detailed Description

Class for exporting competency_framework data.

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

Member Function Documentation

◆ define_class()

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

Define the name of persistent class.

Return values
string

Reimplemented from core\external\persistent_exporter.

◆ define_other_properties()

static core_competency\external\competency_framework_exporter::define_other_properties ( )
staticprotected

Define other properties that do not belong to the basic persisent.

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.

◆ get_other_values()

core_competency\external\competency_framework_exporter::get_other_values ( renderer_base $output)
protected

Get other values that do not belong to the basic persisent.

Parameters
renderer_base$output
Return values
Array

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