A base module for querying message group related stats. More...
Public Member Functions | |
getCacheMode ($params) | |
execute () | |
getAllowedParams () | |
getParamDescription () | |
getVersion () | |
Protected Member Functions | |
makeItem ($item, $stats) |
A base module for querying message group related stats.
Definition at line 16 of file ApiStatsQuery.php.
ApiStatsQuery::execute | ( | ) |
ApiStatsQuery::getAllowedParams | ( | ) |
Reimplemented in ApiQueryLanguageStats, and ApiQueryMessageGroupStats.
Definition at line 54 of file ApiStatsQuery.php.
ApiStatsQuery::getCacheMode | ( | $ | params | ) |
Definition at line 17 of file ApiStatsQuery.php.
ApiStatsQuery::getParamDescription | ( | ) |
Reimplemented in ApiQueryLanguageStats, and ApiQueryMessageGroupStats.
Definition at line 69 of file ApiStatsQuery.php.
ApiStatsQuery::getVersion | ( | ) |
Definition at line 78 of file ApiStatsQuery.php.
ApiStatsQuery::makeItem | ( | $ | item, | |
$ | stats | |||
) | [protected] |
Reimplemented in ApiQueryLanguageStats, and ApiQueryMessageGroupStats.
Definition at line 45 of file ApiStatsQuery.php.
Referenced by execute().