Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
tool_lp\external\competency_path_exporter Class Reference

Class for exporting competency_path data. More...

Inheritance diagram for tool_lp\external\competency_path_exporter:

Public Member Functions

 __construct ($related)
 Constructor.
 

Protected Member Functions

 get_other_values (renderer_base $output)
 Get the additional values to inject while exporting.
 

Static Protected Member Functions

static define_other_properties ()
 Return the list of additional properties used only for display.
 
static define_related ()
 Return the list of properties.
 

Detailed Description

Class for exporting competency_path data.

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

Constructor & Destructor Documentation

◆ __construct()

tool_lp\external\competency_path_exporter::__construct ( $related)

Constructor.

Parameters
array$related- related objects.

Member Function Documentation

◆ define_other_properties()

static tool_lp\external\competency_path_exporter::define_other_properties ( )
staticprotected

Return the list of additional properties used only for display.

Return values
array- Keys with their types.

◆ define_related()

static tool_lp\external\competency_path_exporter::define_related ( )
staticprotected

Return the list of properties.

Return values
array

◆ get_other_values()

tool_lp\external\competency_path_exporter::get_other_values ( renderer_base $output)
protected

Get the additional values to inject while exporting.

Parameters
renderer_base$outputThe renderer.
Return values
arrayKeys are the property names, values are their values.

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