Podręcznik:$wgExtensionsDirectory

This page is a translated version of the page Manual:$wgExtensionsDirectory and the translation is 30% complete.
Rozszerzenia: $wgExtensionsDirectory
Filesystem extensions directory.
Wprowadzono w wersji:1.18.0 (r89166)
Usunięto w wersji:1.22.0 (Gerrit change 62784; git #1fe9340b)
Dozwolone wartości:(string) or false
Domyślna wartość:false

Szczegóły

Filesystem extensions directory. Defaults to $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().

Zobacz też