Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
The subsystem link type. More...
Public Member Functions | |
__construct ($name, array $privacyfields=[], $summary='') | |
Constructor for the subsystem_link. | |
get_name () | |
Function to return the name of this subsystem_link type. | |
get_privacy_fields () | |
A subsystem link does not define any fields itself. | |
get_summary () | |
A summary of what this subsystem is used for. | |
Protected Attributes | |
The | $name |
name of the core subsystem to link. | |
array | $privacyfields |
The list of data names and descriptions. | |
string | $summary |
A description of what this subsystem is used to store. | |
The subsystem link type.
core_privacy\local\metadata\types\subsystem_link::__construct | ( | $name, | |
array | $privacyfields = [], | ||
$summary = '' ) |
Constructor for the subsystem_link.
string | $name | The name of the subsystem to link. |
array | $privacyfields | An optional array of fields and their descriptions. |
string | $summary | A description of what is stored within this subsystem. |
core_privacy\local\metadata\types\subsystem_link::get_name | ( | ) |
Function to return the name of this subsystem_link type.
string\$name |
Implements core_privacy\local\metadata\types\type.
core_privacy\local\metadata\types\subsystem_link::get_privacy_fields | ( | ) |
A subsystem link does not define any fields itself.
array |
Implements core_privacy\local\metadata\types\type.
core_privacy\local\metadata\types\subsystem_link::get_summary | ( | ) |
A summary of what this subsystem is used for.
string\$summary |
Implements core_privacy\local\metadata\types\type.