Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
|
Class containing the renderer functions for displaying file types. More...
Public Member Functions | |
edit_table (array $filetypes, array $deleted, $restricted) | |
Renderer for displaying the file type edit table. | |
Class containing the renderer functions for displaying file types.
tool_filetypes_renderer::edit_table | ( | array | $filetypes, |
array | $deleted, | ||
$restricted ) |
Renderer for displaying the file type edit table.
array | $filetypes | An array of file type objects (from get_mimetypes_array) |
array | $deleted | An array of deleted file types |
bool | $restricted | If true, cannot be edited because set in config.php. |
string | HTML code |