Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
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 |