Manual:generateConfigSchemaArray.php
Appearance
このページは廃止されました。アーカイブ (過去ログ) 目的で保持されています。 廃止された/サポート対象外となった機能について説明している場合があります。 このページの情報が最新とは限らないため、依存しないでください。 |
MediaWiki ファイル: generateConfigSchemaArray.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.42.3 • 1.41.4 • 1.39.10 |
クラス: | 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.
オプション/引数
オプション | 説明 | 既定 | 必須かどうか |
---|---|---|---|
--output | Path to output. | $IP/includes/config-schema.php |
省略可能 |
使用法
php maintenance/generateConfigSchemaArray.php [ --output ]
Terminal
$ php maintenance/generateConfigSchemaArray.php --output Sample-ConfigSchema.php