Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Events observer. More...
Static Public Member Functions | |
static | remove (\core\event\base $event) |
Remove record when course module is deleted. | |
static | store (\core\event\base $event) |
Register items views in block_recentlyaccesseditems table. | |
Events observer.
Stores all actions about modules viewed in block_recentlyaccesseditems table.
|
static |
Remove record when course module is deleted.
core\event\base | $event |
|
static |
Register items views in block_recentlyaccesseditems table.
When the item is view for the first time, a new record is created. If the item was viewed before, the time is updated.
core\event\base | $event |