Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
createMessageIndex.php File Reference

Creates a database of keys in all groups, so that namespace and key can be used to get the group they belong to. More...

Go to the source code of this file.

Classes

class  CreateMessageIndex
 

Variables

if(getenv( 'MW_INSTALL_PATH') !==false) else
 
 $IP = "$dir/../../.."
 
 $maintClass = CreateMessageIndex::class
 

Detailed Description

Creates a database of keys in all groups, so that namespace and key can be used to get the group they belong to.

This is used as a fallback when there is no other way to know which message group a message belongs to.

Author
Niklas Laxström @license GPL-2.0-or-later

Definition in file createMessageIndex.php.

Variable Documentation

◆ $IP

$IP = "$dir/../../.."

Definition at line 20 of file createMessageIndex.php.

◆ $maintClass

$maintClass = CreateMessageIndex::class

Definition at line 37 of file createMessageIndex.php.

◆ else

if (getenv('MW_INSTALL_PATH') !==false) else
Initial value:
{
$dir = __DIR__

Definition at line 18 of file createMessageIndex.php.