[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/phpbb/auth/provider/ -> db.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: 239 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

db:: (2 methods):
  __construct()
  login()


Class: db  - X-Ref

Database authentication provider for phpBB3
This is for authentication via the integrated user table

__construct(\phpbb\db\driver\driver_interface $db, \phpbb\config\config $config, \phpbb\passwords\manager $passwords_manager, \phpbb\request\request $request, \phpbb\user $user, \Symfony\Component\DependencyInjection\ContainerInterface $phpbb_container, $phpbb_root_path, $php_ext)   X-Ref
Database Authentication Constructor

param: \phpbb\db\driver\driver_interface        $db
param: \phpbb\config\config         $config
param: \phpbb\passwords\manager    $passwords_manager
param: \phpbb\request\request        $request
param: \phpbb\user            $user
param: \Symfony\Component\DependencyInjection\ContainerInterface $phpbb_container DI container
param: string                $phpbb_root_path
param: string                $php_ext

login($username, $password)   X-Ref
{@inheritdoc}




Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1