Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
Class mod_feedback_templates_table. More...
Public Member Functions | |
__construct ($uniqueid, $baseurl, ?string $mode=null) | |
Constructor. | |
display ($templates) | |
Displays the table with the given set of templates. | |
Class mod_feedback_templates_table.
mod_feedback_templates_table::__construct | ( | $uniqueid, | |
$baseurl, | |||
?string | $mode = null ) |
Constructor.
int | $uniqueid | all 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 | $mode | Indicate whether we are managing templates |
mod_feedback_templates_table::display | ( | $templates | ) |
Displays the table with the given set of templates.
array | $templates |