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 |
( |
| $json, |
|
|
| $core ) |
- Parameters
-
array | $json | See $wgMessagesDirs |
string | $core | Absolute path to MediaWiki core |
Definition at line 29 of file Finder.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 77 of file Finder.php.
References $matches.
◆ $core
string LocalisationUpdate\Finder::$core |
|
private |
◆ $json
array LocalisationUpdate\Finder::$json |
|
private |
The documentation for this class was generated from the following file:
- extensions/LocalisationUpdate/includes/finder/Finder.php