[ Index ] |
PHP Cross Reference of phpBB-3.1.12-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: | 130 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |