|
Moodle PHP Documentation 4.4
Moodle 4.4.9+ (Build: 20250711) (4ea86454947)
|
The external_location type. More...
Public Member Functions | |
| __construct ($name, array $privacyfields=[], $summary='') | |
| Constructor to create a new external_location type. | |
| get_name () | |
| The name to describe the type of information exported. | |
| get_privacy_fields () | |
| Get the list of fields which contain user data, with a description of each field. | |
| get_summary () | |
| A summary of what this type of exported data is used for. | |
Protected Attributes | |
| string | $name |
| The name to describe the type of information exported. | |
| array | $privacyfields |
| The list of data names and descriptions exported. | |
| string | $summary |
| A description of what this table is used for. | |
The external_location type.
| core_privacy\local\metadata\types\external_location::__construct | ( | $name, | |
| array | $privacyfields = [], | ||
| $summary = '' ) |
Constructor to create a new external_location type.
| string | $name | A name for the type of data exported. |
| array | $privacyfields | A list of fields with their description. |
| string | $summary | A description of what the table is used for. This is a language string identifier within the component. |
| core_privacy\local\metadata\types\external_location::get_name | ( | ) |
The name to describe the type of information exported.
| string |
Implements core_privacy\local\metadata\types\type.
| core_privacy\local\metadata\types\external_location::get_privacy_fields | ( | ) |
Get the list of fields which contain user data, with a description of each field.
| array |
Implements core_privacy\local\metadata\types\type.
| core_privacy\local\metadata\types\external_location::get_summary | ( | ) |
A summary of what this type of exported data is used for.
| string |
Implements core_privacy\local\metadata\types\type.
|
protected |
A description of what this table is used for.
This is a language string identifier.