Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Static Public Member Functions | List of all members
block_online_users\privacy\provider Class Reference

Privacy Subsystem for block_online_users. More...

Inheritance diagram for block_online_users\privacy\provider:
core_privacy\local\metadata\provider core_privacy\local\request\user_preference_provider core_privacy\local\request\core_data_provider core_privacy\local\request\data_provider

Static Public Member Functions

static export_user_preferences (int $userid)
 Export user preferences controlled by this plugin. More...
 
static get_metadata (collection $collection)
 Describe all the places where this plugin stores personal data. More...
 

Detailed Description

Privacy Subsystem for block_online_users.

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

Member Function Documentation

◆ export_user_preferences()

static block_online_users\privacy\provider::export_user_preferences ( int  $userid)
static

Export user preferences controlled by this plugin.

Parameters
int$useridID of the user we are exporting data form.

Implements core_privacy\local\request\user_preference_provider.

◆ get_metadata()

static block_online_users\privacy\provider::get_metadata ( collection  $collection)
static

Describe all the places where this plugin stores personal data.

Parameters
collection$collectionCollection of items to add metadata to.
Return values
collectionCollection with our added items.

Implements core_privacy\local\metadata\provider.


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