| [ 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: | 78 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
config_variable:: (4 methods):
__construct()
get_name()
set_value()
to_string()
Class: config_variable - X-Ref
\phpbb\search\sphinx\config_variable| __construct($name, $value, $comment) X-Ref |
| Constructs a new variable object param: string $name Name of the variable param: string $value Value of the variable param: string $comment Optional comment after the variable in the |
| get_name() X-Ref |
| Getter for the variable's name return: string The variable object's name |
| set_value($value) X-Ref |
| Allows changing the variable's value param: string $value New value for this variable |
| to_string() X-Ref |
| Turns this object into a string readable by sphinx return: string Config data in textual form |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |