[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/phpbb/install/module/install_filesystem/task/ -> create_config_file.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: 243 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

create_config_file:: (5 methods):
  __construct()
  run()
  get_config_data()
  get_step_count()
  get_task_lang_name()


Class: create_config_file  - X-Ref

Dumps config file

__construct(\phpbb\filesystem\filesystem_interface $filesystem,\phpbb\install\helper\config $install_config,\phpbb\install\helper\database $db_helper,\phpbb\install\helper\iohandler\iohandler_interface $iohandler,$phpbb_root_path,$php_ext,$options = array()   X-Ref
Constructor

param: \phpbb\filesystem\filesystem_interface                $filesystem
param: \phpbb\install\helper\config                            $install_config
param: \phpbb\install\helper\database                        $db_helper
param: \phpbb\install\helper\iohandler\iohandler_interface    $iohandler
param: string                                                $phpbb_root_path
param: string                                                $php_ext
param: array                                                    $options

run()   X-Ref
{@inheritdoc}


get_config_data($debug = false, $debug_container = false, $environment = null)   X-Ref
Returns the content which should be dumped to config.php

param: bool        $debug                 If the debug constants should be enabled by default or not
param: bool        $debug_container     If the container should be compiled on
param: string    $environment        The environment to use
return: string    content to be written to the config file

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