Manual:$wgExtensionsDirectory

This page is a translated version of the page Manual:$wgExtensionsDirectory and the translation is 50% complete.
拡張機能: $wgExtensionsDirectory
Filesystem extensions directory.
導入されたバージョン:1.18.0 (r89166)
除去されたバージョン:1.22.0 (Gerrit change 62784; git #1fe9340b)
許容される値:(文字列) または false
既定値:false

詳細

Filesystem extensions directory. 既定値は $IP /../extensions です。

To compile extensions with HipHop, set $wgExtensionsDirectory correctly. To include the extension setup file from LocalSettings.php, use code like:

require( MWInit::extensionSetupPath( 'Extension/Extension.php' ) );

It is not necessary to set this variable unless you use MWInit::extensionSetupPath().

関連項目