Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 400 and 402] [Versions 400 and 403]

Helper class.

Author: Dmitrii Metelkin <dmitriim@catalyst-au.net>
Copyright: 2020 Catalyst IT
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 146 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: helper  - X-Ref

Helper class.

format_icon_link($url, $icon, $alt, $iconcomponent = 'moodle', $options = array()   X-Ref
Get a filler icon for display in the actions column of a table.

return: string
param: string $url The URL for the icon.
param: string $icon The icon identifier.
param: string $alt The alt text for the icon.
param: string $iconcomponent The icon component.
param: array $options Display options.

is_valid_seb_config(string $sebconfig)   X-Ref
Validate seb config string.

return: bool
param: string $sebconfig

get_seb_file_headers(int $expiretime = null)   X-Ref
A helper function to get a list of seb config file headers.

return: array
param: int|null $expiretime  Unix timestamp

get_seb_config_content(string $cmid)   X-Ref
Get seb config content for a particular quiz. This method checks caps.

return: string SEB config string.
param: string $cmid The course module ID for a quiz with config.

send_seb_config_file(string $contents)   X-Ref
Serve a file to browser for download.

param: string $contents Contents of file.