MediaWiki
1.34.0
|
Public Member Functions | |
__construct (array $options, $extension) | |
execute () | |
Execute the script. More... | |
Public Member Functions inherited from CheckLanguageCLI | |
__construct (array $options) | |
outputWiki () | |
Output the checks results as wiki text. More... | |
Protected Member Functions | |
checkLanguage ( $code) | |
Check a language and show the results. More... | |
defaultChecks () | |
Get the default checks. More... | |
easyChecks () | |
Get the checks that can easily be treated by non-speakers of the language. More... | |
help () | |
Get help. More... | |
nonMessageChecks () | |
Get the checks which check other things than messages. More... | |
Protected Member Functions inherited from CheckLanguageCLI | |
doChecks () | |
Execute the checks. More... | |
formatKey ( $key, $code) | |
Format a message key. More... | |
getCheckBlacklist () | |
Get the check blacklist. More... | |
getChecks () | |
Get all checks. More... | |
getDescriptions () | |
Get all check descriptions. More... | |
getTotalCount () | |
Get total count for each check non-messages check. More... | |
isCheckBlacklisted ( $check, $code, $message) | |
Verify whether a check is blacklisted. More... | |
isEmpty () | |
Check if there are any results for the checks, in any language. More... | |
outputText () | |
Output the checks results as plain text. More... | |
Private Attributes | |
$extensions | |
Additional Inherited Members | |
Protected Attributes inherited from CheckLanguageCLI | |
$checkAll = false | |
$checks = [] | |
$code = null | |
$doLinks = false | |
$L = null | |
$level = 2 | |
$linksPrefix = '' | |
$output = 'plain' | |
$results = [] | |
$wikiCode = 'en' | |
Definition at line 489 of file checkLanguage.inc.
CheckExtensionsCLI::__construct | ( | array | $options, |
$extension | |||
) |
array | $options | Options for script. |
string | $extension | The extension name (or names). |
Definition at line 496 of file checkLanguage.inc.
|
protected |
Check a language and show the results.
string | $code | The language code. |
MWException |
Reimplemented from CheckLanguageCLI.
Definition at line 671 of file checkLanguage.inc.
|
protected |
Get the default checks.
Reimplemented from CheckLanguageCLI.
Definition at line 580 of file checkLanguage.inc.
|
protected |
Get the checks that can easily be treated by non-speakers of the language.
Reimplemented from CheckLanguageCLI.
Definition at line 599 of file checkLanguage.inc.
CheckExtensionsCLI::execute | ( | ) |
Execute the script.
Reimplemented from CheckLanguageCLI.
Definition at line 662 of file checkLanguage.inc.
|
protected |
Get help.
Reimplemented from CheckLanguageCLI.
Definition at line 609 of file checkLanguage.inc.
|
protected |
Get the checks which check other things than messages.
Reimplemented from CheckLanguageCLI.
Definition at line 591 of file checkLanguage.inc.
|
private |
Definition at line 490 of file checkLanguage.inc.