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 | |
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.
Definition in file createMessageIndex.php.
$IP = "$dir/../../.." |
Definition at line 21 of file createMessageIndex.php.
$maintClass = CreateMessageIndex::class |
Definition at line 38 of file createMessageIndex.php.
if (getenv('MW_INSTALL_PATH') !==false) else |
Definition at line 19 of file createMessageIndex.php.