moodle
final class moodle
Moodle API Wrapper Facade.
Centralizes access to all Moodle global wrappers (Support layer). Acts as a container for accessing specific support instances.
This file is AUTO-GENERATED by cli/generate_facades.php.
Usage: moodle::db()->get_record(...) moodle::user()->get(...)
Methods
Access the auth wrapper.
Access the cache wrapper.
Access the capability wrapper.
Access the category wrapper.
Access the cohort wrapper.
Access the config wrapper.
Access the context wrapper.
Access the course wrapper.
Access the db wrapper.
Access the enrol wrapper.
Access the event wrapper.
Access the file wrapper.
Access the grade wrapper.
Access the group wrapper.
Access the html_writer wrapper.
Access the lang wrapper.
Access the message wrapper.
Access the output wrapper.
Access the page wrapper.
Access the plugin wrapper.
Access the request wrapper.
Access the role wrapper.
Access the session wrapper.
Access the task wrapper.
Access the url wrapper.
Access the user wrapper.
Access the version wrapper.
Details
at line 73
static auth_support
auth()
Access the auth wrapper.
at line 83
static cache_support
cache()
Access the cache wrapper.
at line 93
static capability_support
capability()
Access the capability wrapper.
at line 103
static category_support
category()
Access the category wrapper.
at line 113
static cohort_support
cohort()
Access the cohort wrapper.
at line 123
static config_support
config()
Access the config wrapper.
at line 133
static context_support
context()
Access the context wrapper.
at line 143
static course_support
course()
Access the course wrapper.
at line 153
static db_support
db()
Access the db wrapper.
at line 163
static enrol_support
enrol()
Access the enrol wrapper.
at line 173
static event_support
event()
Access the event wrapper.
at line 183
static file_support
file()
Access the file wrapper.
at line 193
static grade_support
grade()
Access the grade wrapper.
at line 203
static group_support
group()
Access the group wrapper.
at line 213
static html_writer_support
html_writer()
Access the html_writer wrapper.
at line 223
static lang_support
lang()
Access the lang wrapper.
at line 233
static message_support
message()
Access the message wrapper.
at line 243
static output_support
output()
Access the output wrapper.
at line 253
static page_support
page()
Access the page wrapper.
at line 263
static plugin_support
plugin()
Access the plugin wrapper.
at line 273
static request_support
request()
Access the request wrapper.
at line 283
static role_support
role()
Access the role wrapper.
at line 293
static session_support
session()
Access the session wrapper.
at line 303
static task_support
task()
Access the task wrapper.
at line 313
static url_support
url()
Access the url wrapper.
at line 323
static user_support
user()
Access the user wrapper.
at line 333
static version_support
version()
Access the version wrapper.