Manual:generateLocalAutoload.php
MediaWiki バージョン: | ≧ 1.25 |
MediaWiki ファイル: generateLocalAutoload.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.38.2 • 1.37.3 • 1.35.7 |
クラス: | コードを検索 • 説明文書を検索 |
詳細
generateLocalAutoload.php is a maintenance script that generates a local autoload file.
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.
オプション
このスクリプトにはオプションはありません。
使用法
$ php maintenance/generateLocalAutoload.php
Terminal
$ php maintenance/generateLocalAutoload.php
This script does not give any output on stdout. If you don't get an error, it means the script ran successfully.