Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
mod_data\output\template_editor Class Reference
Inheritance diagram for mod_data\output\template_editor:

Public Member Functions

 __construct (manager $manager, string $templatename)
 The class constructor.
 
 export_for_template (\renderer_base $output)
 Export the data for the mustache template.
 

Constructor & Destructor Documentation

◆ __construct()

mod_data\output\template_editor::__construct ( manager $manager,
string $templatename )

The class constructor.

Parameters
manager$managerthe activity instance manager
string$templatenamethe template to edit

Member Function Documentation

◆ export_for_template()

mod_data\output\template_editor::export_for_template ( \renderer_base $output)

Export the data for the mustache template.

Parameters
renderer_base$outputrenderer to be used to render the action bar elements.
Return values
array

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