Api module for querying message group stats. More...
Public Member Functions | |
__construct ($query, $moduleName) | |
getAllowedParams () | |
getParamDescription () | |
getDescription () | |
Protected Member Functions | |
getData () | |
makeItem ($item, $stats) | |
getExamples () |
Api module for querying message group stats.
Definition at line 17 of file ApiQueryMessageGroupStats.php.
ApiQueryMessageGroupStats::__construct | ( | $ | query, | |
$ | moduleName | |||
) |
Definition at line 18 of file ApiQueryMessageGroupStats.php.
ApiQueryMessageGroupStats::getAllowedParams | ( | ) |
Reimplemented from ApiStatsQuery.
Definition at line 42 of file ApiQueryMessageGroupStats.php.
ApiQueryMessageGroupStats::getData | ( | ) | [protected] |
Definition at line 22 of file ApiQueryMessageGroupStats.php.
ApiQueryMessageGroupStats::getDescription | ( | ) |
Definition at line 59 of file ApiQueryMessageGroupStats.php.
ApiQueryMessageGroupStats::getExamples | ( | ) | [protected] |
Definition at line 63 of file ApiQueryMessageGroupStats.php.
ApiQueryMessageGroupStats::getParamDescription | ( | ) |
Reimplemented from ApiStatsQuery.
Definition at line 52 of file ApiQueryMessageGroupStats.php.
ApiQueryMessageGroupStats::makeItem | ( | $ | item, | |
$ | stats | |||
) | [protected] |
Reimplemented from ApiStatsQuery.
Definition at line 34 of file ApiQueryMessageGroupStats.php.