|
MediaWiki
master
|


Public Member Functions | |
| __construct (array $options, $extension) | |
| Constructor. More... | |
| execute () | |
| Execute the script. More... | |
Public Member Functions inherited from CheckLanguageCLI | |
| __construct (array $options) | |
| Constructor. More... | |
| execute () | |
| Execute the script. More... | |
| 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 | |
| checkLanguage ($code) | |
| Check a language. More... | |
| defaultChecks () | |
| Get the default checks. More... | |
| doChecks () | |
| Execute the checks. More... | |
| easyChecks () | |
| Get the checks that can easily be treated by non-speakers of the language. 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... | |
| help () | |
| Get help. 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... | |
| nonMessageChecks () | |
| Get the checks which check other things than messages. 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 491 of file checkLanguage.inc.
| CheckExtensionsCLI::__construct | ( | array | $options, |
| $extension | |||
| ) |
Constructor.
| array | $options | Options for script. |
| string | $extension | The extension name (or names). |
Definition at line 499 of file checkLanguage.inc.
|
protected |
Check a language and show the results.
| string | $code | The language code. |
| MWException |
Definition at line 674 of file checkLanguage.inc.
|
protected |
Get the default checks.
Definition at line 583 of file checkLanguage.inc.
|
protected |
Get the checks that can easily be treated by non-speakers of the language.
Definition at line 602 of file checkLanguage.inc.
| CheckExtensionsCLI::execute | ( | ) |
Execute the script.
Definition at line 665 of file checkLanguage.inc.
|
protected |
Get help.
Definition at line 612 of file checkLanguage.inc.
References as, and extensions.
|
protected |
Get the checks which check other things than messages.
Definition at line 594 of file checkLanguage.inc.
|
private |
Definition at line 492 of file checkLanguage.inc.