Jump to content

Manual:$wgAutoloadLocalClasses/ko

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.
이 변수가 소개된 버전: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 .