Api module for querying language stats. More...
Public Member Functions | |
__construct ($query, $moduleName) | |
getAllowedParams () | |
getParamDescription () | |
getDescription () | |
Protected Member Functions | |
getData () | |
makeItem ($item, $stats) | |
getExamples () |
Api module for querying language stats.
Definition at line 16 of file ApiQueryLanguageStats.php.
ApiQueryLanguageStats::__construct | ( | $ | query, | |
$ | moduleName | |||
) |
Definition at line 17 of file ApiQueryLanguageStats.php.
ApiQueryLanguageStats::getAllowedParams | ( | ) |
Reimplemented from ApiStatsQuery.
Definition at line 34 of file ApiQueryLanguageStats.php.
ApiQueryLanguageStats::getData | ( | ) | [protected] |
ApiQueryLanguageStats::getDescription | ( | ) |
Definition at line 51 of file ApiQueryLanguageStats.php.
ApiQueryLanguageStats::getExamples | ( | ) | [protected] |
Definition at line 55 of file ApiQueryLanguageStats.php.
ApiQueryLanguageStats::getParamDescription | ( | ) |
Reimplemented from ApiStatsQuery.
Definition at line 44 of file ApiQueryLanguageStats.php.
ApiQueryLanguageStats::makeItem | ( | $ | item, | |
$ | stats | |||
) | [protected] |
Reimplemented from ApiStatsQuery.
Definition at line 27 of file ApiQueryLanguageStats.php.