[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/install/module/obtain_data/task/ -> obtain_admin_data.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: 218 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

obtain_admin_data:: (7 methods):
  __construct()
  run()
  process_form()
  request_form_data()
  check_admin_data()
  get_step_count()
  get_task_lang_name()


Class: obtain_admin_data  - X-Ref

This class requests and validates admin account data from the user

__construct(\phpbb\install\helper\config $install_config,\phpbb\install\helper\iohandler\iohandler_interface $iohandler)   X-Ref
Constructor

param: \phpbb\install\helper\config                            $install_config    Installer's config helper
param: \phpbb\install\helper\iohandler\iohandler_interface    $iohandler        Installer's input-output handler

run()   X-Ref
{@inheritdoc}


process_form()   X-Ref
Process form data


request_form_data($use_request_data = false)   X-Ref
Request data from the user

param: bool $use_request_data Whether to use submited data

check_admin_data($username, $pass1, $pass2, $email)   X-Ref
Check admin data

param: string    $username    Admin username
param: string    $pass1        Admin password
param: string    $pass2        Admin password confirmation
param: string    $email        Admin e-mail address
return: bool    True if data is valid, false otherwise

get_step_count()   X-Ref
{@inheritdoc}


get_task_lang_name()   X-Ref
{@inheritdoc}




Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1