MediaWiki  1.29.2
LocalisationUpdate Class Reference

Class for localization update hooks and static methods. More...

Classes

class  FinderTest
 
class  JSONReader
 Reads MediaWiki JSON i18n files. More...
 
class  JSONReaderTest
 
interface  Reader
 Interface for file readers. More...
 
class  ReaderFactory
 Constructs readers for files based on the names. More...
 
class  ReaderFactoryTest
 
class  Updater
 Executes the localisation update. More...
 
class  UpdaterTest
 

Static Public Member Functions

static getDirectory ()
 Returns a directory where updated translations are stored. More...
 
static getFilename ( $language)
 Returns a filename where updated translations are stored. More...
 
static onRecache (LocalisationCache $lc, $code, array &$cache)
 Hook: LocalisationCacheRecache. More...
 
static onRecacheFallback (LocalisationCache $lc, $code, array &$cache)
 Hook: LocalisationCacheRecacheFallback. More...
 

Detailed Description

Class for localization update hooks and static methods.

Definition at line 6 of file LocalisationUpdate.class.php.

Member Function Documentation

◆ getDirectory()

static LocalisationUpdate::getDirectory ( )
static

Returns a directory where updated translations are stored.

Returns
string|false False if not configured.
Since
1.1

Definition at line 49 of file LocalisationUpdate.class.php.

References $wgCacheDirectory, and global.

Referenced by LU::execute(), onRecache(), and onRecacheFallback().

◆ getFilename()

static LocalisationUpdate::getFilename (   $language)
static

Returns a filename where updated translations are stored.

Parameters
string$languageLanguage tag
Returns
string
Since
1.1

Definition at line 62 of file LocalisationUpdate.class.php.

Referenced by LU::execute().

◆ onRecache()

static LocalisationUpdate::onRecache ( LocalisationCache  $lc,
  $code,
array $cache 
)
static

Hook: LocalisationCacheRecache.

Definition at line 28 of file LocalisationUpdate.class.php.

References $cache, $code, $dir, as, and getDirectory().

◆ onRecacheFallback()

static LocalisationUpdate::onRecacheFallback ( LocalisationCache  $lc,
  $code,
array $cache 
)
static

Hook: LocalisationCacheRecacheFallback.

Definition at line 10 of file LocalisationUpdate.class.php.

References $cache, $code, $dir, FormatJson::decode(), and getDirectory().


The documentation for this class was generated from the following file: