Summary
- abstract
- File
- Package hierarchy Core
- Class hierarchy \AbstractScheduledJobExtensionPoint
- Implements \ScheduledJobExtensionPoint
on_changeday(\Date $yesterday, \Date $today)
Execute daily commands. This extension point is called by the first request of the day.
None found |
on_changepage()
Execute commands to change page.
None found |
on_new_session(boolean $new_visitor, boolean $is_robot)
Execute commands to new session start.
boolean | $new_visitor | true if the new session start with a new visitor |
boolean | $is_robot | true if the new session start with a robot visitor |
None found |