blob: 6cb76eb3b36da0e4e615338cdd2b4e296e73bee9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?php
/**
* This file is automatically generated using maintenance/generateConfigNames.php.
* See maintenance/generateConfigNames.php for instructions.
* The template for this file itself is MainConfigNames.template
* @file
* @ingroup Config
*/
// phpcs:disable Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase
// phpcs:disable Generic.Files.LineLength.TooLong
namespace MediaWiki;
/**
* A class containing constants representing the names of configuration variables.
* These constants can be used in calls to Config::get() or with ServiceOptions,
* to protect against typos and to make it easier to discover documentation about
* the respective config setting.
*
* @note this class is generated automatically by maintenance/generateConfigNames.php
* @since 1.38
*/
class MainConfigNames {
{{AUTO-GENERATED-SECTION}}
}
|