Manual:$wgAutoloadLocalClasses/de-formal

From mediawiki.org
This page is a translated version of the page Manual:$wgAutoloadLocalClasses and the translation is 11% complete.
Miscellaneous settings: $wgAutoloadLocalClasses
Array mapping class names to filenames, for autoloading.
Eingeführt in Version:1.14.0 (r37996)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(see below)
Standardwert:array()

Details

Array mapping class names to filenames, for autoloading files included in default MediaWiki. This array is a global instead of a static member of AutoLoader to work around a bug in APC. See AutoLoader.php .

In most cases you should not be changing anything in this array. In Extensions you want Manual:$wgAutoloadClasses .