Manual:$wgAutoloadLocalClasses/ko
Appearance
| Miscellaneous settings: $wgAutoloadLocalClasses | |
|---|---|
| Array mapping class names to filenames, for autoloading. |
|
| 이 변수가 소개된 버전: | 1.14.0 (r37996) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (see below) |
| 기본값: | array() |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
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.