MediaWiki REL1_30
|
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. | |
Class for localization update hooks and static methods.
Definition at line 6 of file LocalisationUpdate.class.php.
|
static |
Returns a directory where updated translations are stored.
Definition at line 49 of file LocalisationUpdate.class.php.
References $wgCacheDirectory.
|
static |
Returns a filename where updated translations are stored.
string | $language | Language tag |
Definition at line 62 of file LocalisationUpdate.class.php.
|
static |
Hook: LocalisationCacheRecache.
Definition at line 28 of file LocalisationUpdate.class.php.
|
static |
Hook: LocalisationCacheRecacheFallback.
Definition at line 10 of file LocalisationUpdate.class.php.