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 35 of file Finder.php.
References json.
◆ 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 111 of file Finder.php.
References $matches, and and().
◆ $core
string LocalisationUpdate\Finder::$core |
|
private |
◆ $json
array LocalisationUpdate\Finder::$json |
|
private |
◆ $php
array LocalisationUpdate\Finder::$php |
|
private |
The documentation for this class was generated from the following file:
- extensions/LocalisationUpdate/includes/finder/Finder.php