[ Index ]

PHP Cross Reference of phpBB-3.3.14-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: 285 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(config $config, driver_interface $db, language $language, request_interface $request, user $user, $phpbb_root_path, $php_ext)   X-Ref
Apache Authentication Constructor

param: config                 $config        Config object
param: driver_interface     $db        Database object
param: language            $language Language object
param: request_interface     $request        Request object
param: 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)   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.
return: array                 Contains data that can be passed directly to

validate_session($user)   X-Ref
{@inheritdoc}




Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1