Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
tool_lp\output\related_competencies Class Reference

Class containing data for related competencies. More...

Inheritance diagram for tool_lp\output\related_competencies:
renderable templatable

Public Member Functions

 __construct ($competencyid)
 Construct this renderable.
 
 export_for_template (renderer_base $output)
 Export this data so it can be used as the context for a mustache template.
 

Protected Attributes

core_competency competency null $competency = null
 
context null $context = null
 
array $relatedcompetencies = null
 Related competencies.
 

Detailed Description

Class containing data for related competencies.

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

Constructor & Destructor Documentation

◆ __construct()

tool_lp\output\related_competencies::__construct ( $competencyid)

Construct this renderable.

Parameters
int$competencyid

Member Function Documentation

◆ export_for_template()

tool_lp\output\related_competencies::export_for_template ( renderer_base $output)

Export this data so it can be used as the context for a mustache template.

Parameters
renderer_base$output
Return values
stdClass

Implements templatable.


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