Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Simple task class responsible for activating, deactivating and removing subscriptions. More...
Classes | |
class | tool_monitor\task\check_subscriptions |
Namespaces | |
namespace | tool_monitor\task |
| |
Simple task class responsible for activating, deactivating and removing subscriptions.
Activation/deactivation is managed by looking at the same access rules used to determine whether a user can subscribe to the rule in the first place.
Removal occurs when a subscription has been inactive for a period of time exceeding the lifespan, as set by subscription_manager::get_inactive_subscription_lifespan().
I.e.