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

static auth_support
auth()

Access the auth wrapper.

static cache_support
cache()

Access the cache wrapper.

capability()

Access the capability wrapper.

category()

Access the category wrapper.

static cohort_support
cohort()

Access the cohort wrapper.

static config_support
config()

Access the config wrapper.

static context_support
context()

Access the context wrapper.

static course_support
course()

Access the course wrapper.

static db_support
db()

Access the db wrapper.

static enrol_support
enrol()

Access the enrol wrapper.

static event_support
event()

Access the event wrapper.

static file_support
file()

Access the file wrapper.

static grade_support
grade()

Access the grade wrapper.

static group_support
group()

Access the group wrapper.

html_writer()

Access the html_writer wrapper.

static lang_support
lang()

Access the lang wrapper.

static message_support
message()

Access the message wrapper.

static output_support
output()

Access the output wrapper.

static page_support
page()

Access the page wrapper.

static plugin_support
plugin()

Access the plugin wrapper.

static request_support
request()

Access the request wrapper.

static role_support
role()

Access the role wrapper.

static session_support
session()

Access the session wrapper.

static task_support
task()

Access the task wrapper.

static url_support
url()

Access the url wrapper.

static user_support
user()

Access the user wrapper.

static version_support
version()

Access the version wrapper.

Details

at line 73
static auth_support auth()

Access the auth wrapper.

Return Value

auth_support

at line 83
static cache_support cache()

Access the cache wrapper.

Return Value

cache_support

at line 93
static capability_support capability()

Access the capability wrapper.

Return Value

capability_support

at line 103
static category_support category()

Access the category wrapper.

Return Value

category_support

at line 113
static cohort_support cohort()

Access the cohort wrapper.

Return Value

cohort_support

at line 123
static config_support config()

Access the config wrapper.

Return Value

config_support

at line 133
static context_support context()

Access the context wrapper.

Return Value

context_support

at line 143
static course_support course()

Access the course wrapper.

Return Value

course_support

at line 153
static db_support db()

Access the db wrapper.

Return Value

db_support

at line 163
static enrol_support enrol()

Access the enrol wrapper.

Return Value

enrol_support

at line 173
static event_support event()

Access the event wrapper.

Return Value

event_support

at line 183
static file_support file()

Access the file wrapper.

Return Value

file_support

at line 193
static grade_support grade()

Access the grade wrapper.

Return Value

grade_support

at line 203
static group_support group()

Access the group wrapper.

Return Value

group_support

at line 213
static html_writer_support html_writer()

Access the html_writer wrapper.

Return Value

html_writer_support

at line 223
static lang_support lang()

Access the lang wrapper.

Return Value

lang_support

at line 233
static message_support message()

Access the message wrapper.

Return Value

message_support

at line 243
static output_support output()

Access the output wrapper.

Return Value

output_support

at line 253
static page_support page()

Access the page wrapper.

Return Value

page_support

at line 263
static plugin_support plugin()

Access the plugin wrapper.

Return Value

plugin_support

at line 273
static request_support request()

Access the request wrapper.

Return Value

request_support

at line 283
static role_support role()

Access the role wrapper.

Return Value

role_support

at line 293
static session_support session()

Access the session wrapper.

Return Value

session_support

at line 303
static task_support task()

Access the task wrapper.

Return Value

task_support

at line 313
static url_support url()

Access the url wrapper.

Return Value

url_support

at line 323
static user_support user()

Access the user wrapper.

Return Value

user_support

at line 333
static version_support version()

Access the version wrapper.

Return Value

version_support