Manual:GenerateConfigSchemaArray.php/zh
此页面已过时。其仅作为历史记录保留。 它可能记载废弃的和/或不再支持的扩展或功能。 不要认为这里的信息是最新的。 |
generateConfigSchemaArray.php | |
---|---|
位置: | maintenance/ |
master • 1.43.1 • 1.42.6 • 1.39.12 | |
GenerateConfigSchemaArray |
详情
generateConfigSchemaArray.php was a maintenance script to generates the PHP representation of the config-schema.yaml
file.
This maintenance script only existed during the development of MediaWiki 1.39 and was never present in any released version.
Options/Arguments
Option | Description | Default | Required? |
---|---|---|---|
--output | Path to output. | $IP/includes/config-schema.php | Optional |
Usage
php maintenance/generateConfigSchemaArray.php [ --output ]
Terminal
$ php maintenance/generateConfigSchemaArray.php --output Sample-ConfigSchema.php
參見
- Configuration settings
- GenerateConfigNames.php
- GenerateConfigSchemaYaml.php
- GenerateConfigDefaultSettings.php