Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250605) (9223e346c3e)
core_h5p\output\h5peditor Class Reference

Displays the H5P Editor. More...

Inheritance diagram for core_h5p\output\h5peditor:

Public Member Functions

 __construct (\stdClass $context)
 h5peditor constructor.
 
 export_for_template (\renderer_base $output)
 Exports the data required for the H5P Editor.
 

Protected Attributes

stdClass $context
 Context in which the H5P Editor is being used.
 

Detailed Description

Displays the H5P Editor.

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

Constructor & Destructor Documentation

◆ __construct()

core_h5p\output\h5peditor::__construct ( \stdClass $context)

h5peditor constructor.

Parameters
stdClass$contextH5P editor context generated by core_h5p\editor.

Member Function Documentation

◆ export_for_template()

core_h5p\output\h5peditor::export_for_template ( \renderer_base $output)

Exports the data required for the H5P Editor.

Parameters
renderer_base$output
Return values
stdClass

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