PHP Class phpbb_console_user_base

Inheritance: extends phpbb_database_test_case
Show file Open project: phpbb/phpbb Class Usage Examples

Protected Properties

Property Type Description
$command_name
$config
$db
$language
$log
$passwords_manager
$php_ext
$phpbb_root_path
$question
$user
$user_loader

Public Methods

Method Description
getDataSet ( )
getInputStream ( $input )
get_user_id ( $username )
setUp ( )

Method Details

getDataSet() public method

public getDataSet ( )

getInputStream() public method

public getInputStream ( $input )

get_user_id() public method

public get_user_id ( $username )

setUp() public method

public setUp ( )

Property Details

$command_name protected property

protected $command_name

$config protected property

protected $config

$db protected property

protected $db

$language protected property

protected $language

$log protected property

protected $log

$passwords_manager protected property

protected $passwords_manager

$php_ext protected property

protected $php_ext

$phpbb_root_path protected property

protected $phpbb_root_path

$question protected property

protected $question

$user protected property

protected $user

$user_loader protected property

protected $user_loader