Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
fallbacks-graph.php File Reference

Script for creating graphml xml file of language fallbacks. More...

Go to the source code of this file.

Classes

class  FallbacksCompare
 Creates graphml xml file of language fallbacks. More...
 

Variables

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

Detailed Description

Script for creating graphml xml file of language fallbacks.

Author
Niklas Laxström

@license GPL-2.0-or-later

Definition in file fallbacks-graph.php.

Variable Documentation

◆ $IP

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

Definition at line 19 of file fallbacks-graph.php.

◆ $maintClass

$maintClass = FallbacksCompare::class

Definition at line 94 of file fallbacks-graph.php.

◆ else

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

Definition at line 17 of file fallbacks-graph.php.