Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

Renderer class for tool_dataprivacy

Copyright: 2018 Jun Pataleta
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 152 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: renderer  - X-Ref

Renderer class for tool_dataprivacy.

render_my_data_requests_page(my_data_requests_page $page)   X-Ref
Render the user's data requests page.

param: my_data_requests_page $page
return: string html for the page

render_contact_dpo_link($replytoemail)   X-Ref
Render the contact DPO link.

param: string $replytoemail The Reply-to email address
return: string The HTML for the link.

render_data_requests_page(data_requests_page $page)   X-Ref
Render the data requests page for the DPO.

param: data_requests_page $page
return: string html for the page

render_data_registry_page(data_registry_page $page)   X-Ref
Render the data registry.

param: data_registry_page $page
return: string html for the page

render_data_registry_compliance_page(data_registry_compliance_page $page)   X-Ref
Render the data compliance registry.

param: data_registry_compliance_page $page
return: string html for the page

render_purposes(purposes $page)   X-Ref
Render the purposes management page.

param: purposes $page
return: string html for the page

render_categories(categories $page)   X-Ref
Render the categories management page.

param: categories $page
return: string html for the page

render_data_deletion_page(data_deletion_page $page)   X-Ref
Render the review page for the deletion of expired contexts.

param: data_deletion_page $page
return: string html for the page

render_summary_page(summary_page $page)   X-Ref
Render the user data retention summary page.

param: summary_page $page
return: string html for the page.