Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250530) (c39b7370636)
|
Interface to identify this table as a table which can be dynamically updated via webservice calls. More...
Public Member Functions | |
has_capability () | |
Check capability for users accessing the dynamic table. | |
Interface to identify this table as a table which can be dynamically updated via webservice calls.
For a table to be defined as dynamic it must meet the following requirements:
core_table\dynamic::has_capability | ( | ) |
Check capability for users accessing the dynamic table.
bool |
Implemented in core_reportbuilder\table\custom_report_table, core_reportbuilder\table\custom_report_table_view, and core_reportbuilder\table\system_report_table.