|
Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Static Public Member Functions | |
| static | get_lock_factory (string $type) |
| Get an instance of the currently configured locking subclass. More... | |
| static | get_lock_factory_class () |
| Get the currently configured locking subclass. More... | |
|
static |
Get an instance of the currently configured locking subclass.
| string | $type | - Unique namespace for the locks generated by this factory. e.g. core_cron |
| core |
|
static |
Get the currently configured locking subclass.
| string | class name |
| coding_exception |