[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 59 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
tidy_sessions:: (3 methods):
__construct()
run()
should_run()
Class: tidy_sessions - X-Ref
Tidy sessions cron task.__construct(\phpbb\config\config $config, \phpbb\user $user) X-Ref |
Constructor. param: \phpbb\config\config $config The config param: \phpbb\user $user The user |
run() X-Ref |
Runs this cron task. return: null |
should_run() X-Ref |
Returns whether this cron task should run now, because enough time has passed since it was last run. The interval between session tidying is specified in board configuration. return: bool |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |