MediaWiki
1.33.0
|
Interface for classes which provide list of components, which should be included for l10n updates. More...
Public Member Functions | |
__construct ( $php, $json, $core) | |
getComponents () | |
Private Member Functions | |
getItem ( $dir, $subvalue) | |
Private Attributes | |
string | $core |
array | $json |
array | $php |
Interface for classes which provide list of components, which should be included for l10n updates.
Definition at line 14 of file Finder.php.
LocalisationUpdate\Finder::__construct | ( | $php, | |
$json, | |||
$core | |||
) |
array | $php | See $wgExtensionMessagesFiles |
array | $json | See $wgMessagesDirs |
string | $core | Absolute path to MediaWiki core |
Definition at line 35 of file Finder.php.
LocalisationUpdate\Finder::getComponents | ( | ) |
|
private |
string | $dir | extensions or skins |
string | $subvalue |
Definition at line 111 of file Finder.php.
References $matches.
|
private |
Definition at line 29 of file Finder.php.
|
private |
Definition at line 24 of file Finder.php.
|
private |
Definition at line 19 of file Finder.php.