Manual:GenerateAutoload.php/pl
Appearance
| Wersja MediaWiki: | ≥ 1.41 Gerrit change 898689 |
| Plik MediaWiki: generateAutoload.php | |
|---|---|
| Lokalizacja: | maintenance/ |
| Kod źródłowy: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Klasy: | GenerateAutoload |
Szczegóły
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.
Opcje
This script does not accept any options.
Użycie
$ php maintenance/run.php generateAutoload
Terminal
$ php maintenance/run.php generateAutoload
This script does not give any output on stdout. If you don't get an error, it means the script ran successfully.