MediaWiki  REL1_19
CheckLanguageCLI Class Reference
Inheritance diagram for CheckLanguageCLI:

List of all members.

Public Member Functions

 __construct (Array $options)
 Constructor.

Protected Member Functions

 defaultChecks ()
 Get the default checks.
 easyChecks ()
 Get the checks that can easily be treated by non-speakers of the language.
 getChecks ()
 Get all checks.
 getDescriptions ()
 Get all check descriptions.
 getTotalCount ()
 Get total count for each check non-messages check.
 help ()
 Get help.
 nonMessageChecks ()
 Get the checks which check other things than messages.

Protected Attributes

 $checkAll = false
 $checks = array()
 $code = null
 $doLinks = false
 $L = null
 $level = 2
 $linksPrefix = ''
 $output = 'plain'
 $results = array()
 $wikiCode = 'en'

Private Attributes

 $includeExif = false

Detailed Description

Definition at line 27 of file checkLanguage.inc.


Constructor & Destructor Documentation

CheckLanguageCLI::__construct ( Array $  options)

Constructor.

Parameters:
$optionsOptions for script.

Definition at line 46 of file checkLanguage.inc.

References $wgLanguageCode, defaultChecks(), easyChecks(), echo, and help().

Here is the call graph for this function:


Member Function Documentation

Get the default checks.

Returns:
A list of the default checks.

Reimplemented in CheckExtensionsCLI.

Definition at line 99 of file checkLanguage.inc.

Referenced by __construct().

Here is the caller graph for this function:

Get the checks that can easily be treated by non-speakers of the language.

Returns:
Array A list of the easy checks.

Reimplemented in CheckExtensionsCLI.

Definition at line 123 of file checkLanguage.inc.

Referenced by __construct().

Here is the caller graph for this function:

CheckLanguageCLI::getChecks ( ) [protected]

Get all checks.

Returns:
An array of all check names mapped to their function names.

Definition at line 134 of file checkLanguage.inc.

Get all check descriptions.

Returns:
An array of all check names mapped to their descriptions.

Definition at line 181 of file checkLanguage.inc.

Get total count for each check non-messages check.

Returns:
An array of all check names mapped to a two-element array: function name to get the total count and language code or null for checked code.

Definition at line 164 of file checkLanguage.inc.

CheckLanguageCLI::help ( ) [protected]

Get help.

Returns:
The help string.

Reimplemented in CheckExtensionsCLI.

Definition at line 209 of file checkLanguage.inc.

References $code, $count, and n.

Referenced by __construct().

Here is the caller graph for this function:

Get the checks which check other things than messages.

Returns:
A list of the non-message checks.

Reimplemented in CheckExtensionsCLI.

Definition at line 112 of file checkLanguage.inc.


Member Data Documentation

CheckLanguageCLI::$checkAll = false [protected]

Definition at line 33 of file checkLanguage.inc.

CheckLanguageCLI::$checks = array() [protected]

Definition at line 35 of file checkLanguage.inc.

CheckLanguageCLI::$code = null [protected]

Definition at line 28 of file checkLanguage.inc.

Referenced by help().

CheckLanguageCLI::$doLinks = false [protected]

Definition at line 30 of file checkLanguage.inc.

CheckLanguageCLI::$includeExif = false [private]

Definition at line 40 of file checkLanguage.inc.

CheckLanguageCLI::$L = null [protected]

Definition at line 36 of file checkLanguage.inc.

CheckLanguageCLI::$level = 2 [protected]

Definition at line 29 of file checkLanguage.inc.

CheckLanguageCLI::$linksPrefix = '' [protected]

Definition at line 31 of file checkLanguage.inc.

CheckLanguageCLI::$output = 'plain' [protected]

Definition at line 34 of file checkLanguage.inc.

CheckLanguageCLI::$results = array() [protected]

Definition at line 38 of file checkLanguage.inc.

CheckLanguageCLI::$wikiCode = 'en' [protected]

Definition at line 32 of file checkLanguage.inc.


The documentation for this class was generated from the following file: