Miscellaneous settings: $wgAutoloadLocalClasses
Array mapping class names to filenames, for autoloading.
Introduced in version:1.14.0 (r37996)
Removed in version:still in use
Allowed values:(see below)
Default value: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 .
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.