Graph which provides statistics about amount of registered users in a given time. More...
Public Member Functions | |
preQuery (&$tables, &$fields, &$conds, &$type, &$options, $start, $end) | |
Query details that the graph must fill. | |
getTimestamp ($row) | |
Return the timestamp associated with this result row. |
Graph which provides statistics about amount of registered users in a given time.
Definition at line 994 of file SpecialTranslationStats.php.
TranslateRegistrationStats::getTimestamp | ( | $ | row | ) |
Return the timestamp associated with this result row.
array | $row Database Result Row |
Implements TranslationStatsInterface.
Definition at line 1003 of file SpecialTranslationStats.php.
TranslateRegistrationStats::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 |
Implements TranslationStatsInterface.
Definition at line 995 of file SpecialTranslationStats.php.