Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
|
Moodle selectors manager. More...
Public Member Functions | |
__construct () | |
Creates selector instance. | |
Static Public Member Functions | |
static | get_allowed_selectors () |
Allowed selectors getter. | |
static | get_allowed_text_selectors () |
Allowed text selectors getter. | |
Static Protected Attributes | |
static Allowed | $allowedselectors |
types when using selector arguments. | |
static Allowed | $allowedtextselectors = [] |
types when using text selectors arguments. | |
static List | $deprecatedselectors = [] |
of deprecated selectors | |
Moodle selectors manager.
|
static |
Allowed selectors getter.
array |
|
static |
Allowed text selectors getter.
array |
|
staticprotected |
types when using selector arguments.