Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
The database_table type. More...
Public Member Functions | |
__construct ($name, array $privacyfields=[], $summary='') | |
Constructor to create a new database_table type. | |
get_name () | |
The name of the database table. | |
get_privacy_fields () | |
The list of fields within the table which contain user data, with a description of each field. | |
get_summary () | |
A summary of what this table is used for. | |
Protected Attributes | |
string | $name |
Database table name. | |
array | $privacyfields |
Fields which contain user information within the table. | |
string | $summary |
A description of what this table is used for. | |
The database_table type.
core_privacy\local\metadata\types\database_table::__construct | ( | $name, | |
array | $privacyfields = [], | ||
$summary = '' ) |
Constructor to create a new database_table type.
string | $name | The name of the database table being described. |
array | $privacyfields | A list of fields with their description. |
string | $summary | A description of what the table is used for. |
core_privacy\local\metadata\types\database_table::get_name | ( | ) |
The name of the database table.
string |
Implements core_privacy\local\metadata\types\type.
core_privacy\local\metadata\types\database_table::get_privacy_fields | ( | ) |
The list of fields within the table which contain user data, with a description of each field.
array |
Implements core_privacy\local\metadata\types\type.
core_privacy\local\metadata\types\database_table::get_summary | ( | ) |
A summary of what this table is used for.
string |
Implements core_privacy\local\metadata\types\type.