MediaWiki REL1_32
LocalisationUpdate Class Reference

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

Static Public Member Functions

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

Detailed Description

Class for localization update hooks and static methods.

Definition at line 6 of file LocalisationUpdate.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 57 of file LocalisationUpdate.php.

References $wgCacheDirectory.

◆ 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 70 of file LocalisationUpdate.php.

◆ onRecache()

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

Hook: LocalisationCacheRecache.

Parameters
LocalisationCache$lc
string$code
array&$cache
Returns
true

Definition at line 36 of file LocalisationUpdate.php.

References $cache, and $code.

◆ onRecacheFallback()

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

Hook: LocalisationCacheRecacheFallback.

Parameters
LocalisationCache$lc
string$code
array&$cache
Returns
true

Definition at line 14 of file LocalisationUpdate.php.

References $cache, and $code.


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