[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/phpbb/search/sphinx/ -> config_variable.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: 78 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

config_variable:: (4 methods):
  __construct()
  get_name()
  set_value()
  to_string()


Class: config_variable  - X-Ref

\phpbb\search\sphinx\config_variable
Represents a single variable inside the sphinx configuration

__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: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1