Jump to content
MediaWiki

Manual:GenerateAutoload.php/pl

From mediawiki.org
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page is a translated version of the page Manual:GenerateAutoload.php and the translation is 33% complete.
Languages:
Wersja MediaWiki:
≥ 1.41
Gerrit change 898689
Plik MediaWiki: generateAutoload.php
Lokalizacja: maintenance/
Kod źródłowy: master1.44.01.43.31.39.13
Klasy: Znajdź kodZnajdź dokumentację

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

$phpmaintenance/run.phpgenerateAutoload
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.
In MediaWiki version 1.39.13 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

Zobacz też

AltStyle によって変換されたページ (->オリジナル) /