Manual:$wgAutoloadLocalClasses
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() |
Other settings: Alphabetical | By function |
Details
editArray 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 .