Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
|
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 |