Manual:GenerateAutoload.php/ja
Appearance
MediaWiki バージョン: | ≧ 1.41 Gerrit change 898689 |
MediaWiki ファイル: generateAutoload.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.42.3 • 1.41.4 • 1.39.10 |
クラス: | コードを検索 • 説明文書を検索 |
詳細
generateAutoload.php is a maintenance script that generates a local autoload file.
It was renamed from Manual:generateLocalAutoload.php in MediaWiki 1.41.
MediaWiki follows the psr-4 namespace to load the classes.
This script generates and dumps the $wgAutoloadLocalClasses (autoload mapping) in autoload.php
in the root of the MediaWiki directory.
オプション
This script does not accept any options.
使用法
$ php maintenance/generateAutoload.php
Terminal
$ php maintenance/generateAutoload.php
This script does not give any output on stdout. If you don't get an error, it means the script ran successfully.