[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/db/migration/tool/ -> config_text.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: 130 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

config_text:: (6 methods):
  __construct()
  get_name()
  add()
  update()
  remove()
  reverse()


Class: config_text  - X-Ref

Migration config_text tool

__construct(\phpbb\config\db_text $config_text)   X-Ref
Constructor

param: \phpbb\config\db_text $config_text

get_name()   X-Ref
{@inheritdoc}


add($config_name, $config_value)   X-Ref
Add a config_text setting.

param: string $config_name The name of the config_text setting
param: mixed $config_value The value of the config_text setting
return: null

update($config_name, $config_value)   X-Ref
Update an existing config_text setting.

param: string $config_name The name of the config_text setting you would
param: mixed $config_value The value of the config_text setting
return: null

remove($config_name)   X-Ref
Remove an existing config_text setting.

param: string $config_name The name of the config_text setting you would
return: null

reverse()   X-Ref
{@inheritdoc}




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