Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Protected Attributes | List of all members
tool_dataprivacy\output\data_deletion_page Class Reference

Class containing data for a user's data requests. More...

Inheritance diagram for tool_dataprivacy\output\data_deletion_page:
renderable templatable

Public Member Functions

 __construct ($filter, expired_contexts_table $expiredcontextstable)
 Construct this renderable. More...
 
 export_for_template (renderer_base $output)
 Export this data so it can be used as the context for a mustache template. More...
 

Protected Attributes

data_request[] $expiredcontextstable = []
 $requests List of data requests.
 
data_request[] $filter = null
 $requests List of data requests.
 

Detailed Description

Class containing data for a user's data requests.

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

Constructor & Destructor Documentation

◆ __construct()

tool_dataprivacy\output\data_deletion_page::__construct (   $filter,
expired_contexts_table  $expiredcontextstable 
)

Construct this renderable.

Parameters
tool_dataprivacy\data_request[]$filter
expired_contexts_table$expiredcontextstable

Member Function Documentation

◆ export_for_template()

tool_dataprivacy\output\data_deletion_page::export_for_template ( renderer_base  $output)

Export this data so it can be used as the context for a mustache template.

Parameters
renderer_base$output
Return values
stdClass
Exceptions
coding_exception
moodle_exception

Implements templatable.


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