Graph which provides statistics on number of reviews and reviewers. More...
Public Member Functions | |
preQuery (&$tables, &$fields, &$conds, &$type, &$options, $start, $end) | |
Query details that the graph must fill. | |
indexOf ($row) | |
Return the indexes which this result contributes to. | |
labels () | |
Return the names of the variables being measured. | |
getTimestamp ($row) | |
Return the timestamp associated with this result row. |
Graph which provides statistics on number of reviews and reviewers.
Definition at line 1013 of file SpecialTranslationStats.php.
ReviewPerLanguageStats::getTimestamp | ( | $ | row | ) |
Return the timestamp associated with this result row.
array | $row Database Result Row |
Reimplemented from TranslatePerLanguageStats.
Definition at line 1107 of file SpecialTranslationStats.php.
ReviewPerLanguageStats::indexOf | ( | $ | row | ) |
Return the indexes which this result contributes to.
Return 'all' if only one variable is measured. Return false if none.
array | $row Database Result Row |
Reimplemented from TranslatePerLanguageStats.
Definition at line 1061 of file SpecialTranslationStats.php.
ReviewPerLanguageStats::labels | ( | ) |
Return the names of the variables being measured.
Return 'all' if only one variable is measured. Must match indexes returned by indexOf() and contain them all.
Reimplemented from TranslatePerLanguageStats.
Definition at line 1103 of file SpecialTranslationStats.php.
ReviewPerLanguageStats::preQuery | ( | &$ | tables, | |
&$ | fields, | |||
&$ | conds, | |||
&$ | type, | |||
&$ | options, | |||
$ | start, | |||
$ | end | |||
) |
Query details that the graph must fill.
array | $tables Empty list. Append table names. | |
array | $fields Empty list. Append field names. | |
array | $conds Empty array. Append select conditions. | |
string | $type Append graph type (used to identify queries). | |
array | $options Empty array. Append extra query options. | |
string | $start Precalculated start cutoff timestamp | |
string | $end Precalculated end cutoff timestamp |
Reimplemented from TranslatePerLanguageStats.
Definition at line 1014 of file SpecialTranslationStats.php.