Class

LastUseDateConfig

Package: PHPBoost\Config Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Benoit SAUTEL ben.popeye@phpboost.com Version: PHPBoost 5.2 - last update: 2015 02 08 Since: PHPBoost 3.0 - 2009 10 18 Contributor: Kevin MASSY reidlos@phpboost.com Located at: phpboost/config/LastUseDateConfig.class.php

This class contains the date of the last day where PHPBoost was used. It's useful to know when to launch daily tasks.

AbstractConfigData implements ConfigData
Extended by LastUseDateConfig
Methods summary
public
# set_last_use_date( Date $date )

Sets the date of the last time PHPBoost executed the daily tasks.

public Date
# get_last_use_date( )

Returns the date of the last time PHPBoost executed the daily tasks.

public string[mixed]
# get_default_values( )

Returns a map associating to each property name the corresponding default value

public static LastUseDateConfig
# load( )

Returns the configuration.

public static
# save( )

Saves the configuration in the database. Has it become persistent.