[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
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 |
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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |