[ Index ] |
PHP Cross Reference of phpBB-3.3.14-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: | 101 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
viewonline_helper:: (3 methods):
__construct()
get_forum_ids()
get_user_page()
Class: viewonline_helper - X-Ref
Class to handle viewonline related tasks__construct(\phpbb\filesystem\filesystem_interface $filesystem, \phpbb\db\driver\driver_interface $db) X-Ref |
param: \phpbb\filesystem\filesystem_interface $filesystem phpBB's filesystem service param: \phpbb\db\driver\driver_interface $db |
get_forum_ids(array &$session_data_rowset) X-Ref |
Get forum IDs for topics Retrieve forum IDs and add the data into the session data array Array structure matches sql_fethrowset() result array param: array $session_data_rowset Users' session data array return: void |
get_user_page($session_page) X-Ref |
Get user page param: string $session_page User's session page return: array Match array filled by preg_match() |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |