Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
mod_feedback_templates_table Class Reference

Class mod_feedback_templates_table. More...

Inheritance diagram for mod_feedback_templates_table:

Public Member Functions

 __construct ($uniqueid, $baseurl, ?string $mode=null)
 Constructor.
 
 display ($templates)
 Displays the table with the given set of templates.
 

Detailed Description

Class mod_feedback_templates_table.

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

Constructor & Destructor Documentation

◆ __construct()

mod_feedback_templates_table::__construct ( $uniqueid,
$baseurl,
?string $mode = null )

Constructor.

Parameters
int$uniqueidall tables have to have a unique id, this is used as a key when storing table properties like sort order in the session.
moodle_url$baseurl
string$modeIndicate whether we are managing templates

Member Function Documentation

◆ display()

mod_feedback_templates_table::display ( $templates)

Displays the table with the given set of templates.

Parameters
array$templates

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