public static property Cleaner::$intervals in Cleaner 7
Static array with the time intervals.
Type: array
File
- ./
class.Cleaner.php, line 16 - Cleaner base class file.
Class
- Cleaner
- Class Cleaner.
Code
public static $intervals = array(
900 => '15 min',
1800 => '30 min',
3600 => '1 hour',
7200 => '2 hour',
14400 => '4 hours',
21600 => '6 hours',
43200 => '12 hours',
86400 => '1 day',
172800 => '2 days',
259200 => '3 days',
604800 => '1 week',
);