MediaWiki  1.33.0
exportSites.php File Reference

Go to the source code of this file.

Classes

class  ExportSites
 Maintenance script for exporting site definitions from XML into the sites table. More...
 

Variables

 $basePath = getenv( 'MW_INSTALL_PATH' ) !== false ? getenv( 'MW_INSTALL_PATH' ) : __DIR__ . '/..'
 
 $maintClass = ExportSites::class
 

Variable Documentation

◆ $basePath

$basePath = getenv( 'MW_INSTALL_PATH' ) !== false ? getenv( 'MW_INSTALL_PATH' ) : __DIR__ . '/..'

Definition at line 3 of file exportSites.php.

◆ $maintClass

Definition at line 55 of file exportSites.php.