[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/phpbb/auth/provider/ -> apache.php (summary)

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

Defines 1 class

apache:: (6 methods):
  __construct()
  init()
  login()
  autologin()
  user_row()
  validate_session()


Class: apache  - X-Ref

Apache authentication provider for phpBB3

__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: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1