[ 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: | 264 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
apache:: (6 methods):
__construct()
init()
login()
autologin()
user_row()
validate_session()
__construct(\phpbb\db\driver\driver_interface $db, \phpbb\config\config $config, \phpbb\passwords\manager $passwords_manager, \phpbb\request\request $request, \phpbb\user $user, $phpbb_root_path, $php_ext) X-Ref |
Apache Authentication Constructor param: \phpbb\db\driver\driver_interface $db Database object param: \phpbb\config\config $config Config object param: \phpbb\passwords\manager $passwords_manager Passwords Manager object param: \phpbb\request\request $request Request object param: \phpbb\user $user User object param: string $phpbb_root_path Relative path to phpBB root param: string $php_ext PHP file extension |
init() X-Ref |
{@inheritdoc} |
login($username, $password) X-Ref |
{@inheritdoc} |
autologin() X-Ref |
{@inheritdoc} |
user_row($username, $password) X-Ref |
This function generates an array which can be passed to the user_add function in order to create a user param: string $username The username of the new user. param: string $password The password of the new user. return: array Contains data that can be passed directly to |
validate_session($user) X-Ref |
{@inheritdoc} |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |