Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
enrol_fee\privacy\provider Class Reference

Privacy Subsystem for enrol_fee implementing null_provider. More...

Inheritance diagram for enrol_fee\privacy\provider:
core_privacy\local\metadata\null_provider core_payment\privacy\consumer_provider

Static Public Member Functions

static delete_data_for_all_users_in_context (context $context)
 Delete all data for all users in the specified context.
 
static delete_data_for_all_users_in_context (\context $context)
 Delete all data for all users in the specified context.
 
static delete_data_for_user (approved_contextlist $contextlist)
 Delete all user data for the specified user, in the specified contexts.
 
static delete_data_for_users (approved_userlist $userlist)
 Delete multiple users within a single context.
 
static export_user_data (approved_contextlist $contextlist)
 Export all user data for the specified user, in the specified contexts.
 
static get_contextid_for_payment (string $paymentarea, int $itemid)
 
static get_reason ()
 Get the language string identifier with the component's language file to explain why this plugin stores no data.
 
static get_users_in_context (userlist $userlist)
 Get the list of users who have data within a context.
 

Detailed Description

Privacy Subsystem for enrol_fee implementing null_provider.

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

Member Function Documentation

◆ delete_data_for_all_users_in_context() [1/2]

static core_payment\privacy\consumer_provider::delete_data_for_all_users_in_context ( context $context)
staticinherited

Delete all data for all users in the specified context.

Parameters
context$contextThe specific context to delete data for.

◆ delete_data_for_all_users_in_context() [2/2]

static enrol_fee\privacy\provider::delete_data_for_all_users_in_context ( \context $context)
static

Delete all data for all users in the specified context.

Parameters
context$contextThe specific context to delete data for.

◆ delete_data_for_user()

static enrol_fee\privacy\provider::delete_data_for_user ( approved_contextlist $contextlist)
static

Delete all user data for the specified user, in the specified contexts.

Parameters
approved_contextlist$contextlistThe approved contexts and user information to delete information for.

Implements core_payment\privacy\consumer_provider.

◆ delete_data_for_users()

static enrol_fee\privacy\provider::delete_data_for_users ( approved_userlist $userlist)
static

Delete multiple users within a single context.

Parameters
approved_userlist$userlistThe approved context and user information to delete information for.

Implements core_payment\privacy\consumer_provider.

◆ export_user_data()

static enrol_fee\privacy\provider::export_user_data ( approved_contextlist $contextlist)
static

Export all user data for the specified user, in the specified contexts.

Parameters
approved_contextlist$contextlistThe approved contexts to export information for.

Implements core_payment\privacy\consumer_provider.

◆ get_contextid_for_payment()

static enrol_fee\privacy\provider::get_contextid_for_payment ( string $paymentarea,
int $itemid )
static

◆ get_reason()

static enrol_fee\privacy\provider::get_reason ( )
static

Get the language string identifier with the component's language file to explain why this plugin stores no data.

Return values
string

Implements core_privacy\local\metadata\null_provider.

◆ get_users_in_context()

static enrol_fee\privacy\provider::get_users_in_context ( userlist $userlist)
static

Get the list of users who have data within a context.

Parameters
userlist$userlistThe userlist containing the list of users who have data in this context/plugin combination.

Implements core_payment\privacy\consumer_provider.


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