Interface for classes which provide list of components, which should be included for l10n updates.
More...
Interface for classes which provide list of components, which should be included for l10n updates.
Definition at line 14 of file Finder.php.
◆ __construct()
LocalisationUpdate\Finder::__construct |
( |
|
$php, |
|
|
|
$json, |
|
|
|
$core |
|
) |
| |
- Parameters
-
array | $php | See $wgExtensionMessagesFiles |
array | $json | See $wgMessagesDirs |
string | $core | Absolute path to MediaWiki core |
Definition at line 20 of file Finder.php.
References core, json, and php.
◆ getComponents()
LocalisationUpdate\Finder::getComponents |
( |
| ) |
|
◆ getItem()
LocalisationUpdate\Finder::getItem |
( |
|
$dir, |
|
|
|
$subvalue |
|
) |
| |
|
private |
- Parameters
-
string | $dir | extensions or skins |
string | $subvalue | |
- Returns
- array|null
Definition at line 96 of file Finder.php.
References $matches.
The documentation for this class was generated from the following file: