[ 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: | 184 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
add_default_data:: (6 methods):
__construct()
run()
replace_dbms_specific_sql()
lang_replace_callback()
get_step_count()
get_task_lang_name()
Class: add_default_data - X-Ref
Create database schema__construct(\phpbb\install\helper\database $db_helper,\phpbb\install\helper\config $config,\phpbb\install\helper\iohandler\iohandler_interface $iohandler,\phpbb\install\helper\container_factory $container,\phpbb\language\language $language,$root_path) X-Ref |
Constructor param: \phpbb\install\helper\database $db_helper Installer's database helper param: \phpbb\install\helper\config $config Installer config param: \phpbb\install\helper\iohandler\iohandler_interface $iohandler Installer's input-output handler param: \phpbb\install\helper\container_factory $container Installer's DI container param: \phpbb\language\language $language Language service param: string $root_path Root path of phpBB |
run() X-Ref |
{@inheritdoc} |
replace_dbms_specific_sql($query) X-Ref |
Process DB specific SQL return: string |
lang_replace_callback($matches) X-Ref |
Callback function for language replacing param: array $matches return: string |
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 |