Interface

ScheduledJobExtensionPoint

Package: Core Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2010 10 16 Located at: core/ScheduledJobExtensionPoint.class.php
ScheduledJobExtensionPoint implements ExtensionPoint
Direct known implementers
AbstractScheduledJobExtensionPoint
Methods summary
public
# on_changeday( Date $yesterday, Date $today )

Execute daily commands. This extension point is called by the first request of the day.

public
# on_changepage( )

Execute commands to change page.

public
# on_new_session( boolean $new_visitor, boolean $is_robot )

Execute commands to new session start.

Constants summary
string EXTENSION_POINT
# 'scheduled_jobs'