ReviewPerLanguageStats Class Reference
[Statistics]

Graph which provides statistics on number of reviews and reviewers. More...

Inheritance diagram for ReviewPerLanguageStats:
Inheritance graph
[legend]
Collaboration diagram for ReviewPerLanguageStats:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Graph which provides statistics on number of reviews and reviewers.

Since:
2012-03-05

Definition at line 1013 of file SpecialTranslationStats.php.


Member Function Documentation

ReviewPerLanguageStats::getTimestamp ( row  ) 

Return the timestamp associated with this result row.

Parameters:
array $row Database Result Row
Returns:
  String   Timestamp.

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.

Parameters:
array $row Database Result Row

Reimplemented from TranslatePerLanguageStats.

Definition at line 1061 of file SpecialTranslationStats.php.

Here is the call graph for this function:

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.

Returns:
string[]

Reimplemented from TranslatePerLanguageStats.

Definition at line 1103 of file SpecialTranslationStats.php.

Here is the call graph for this function:

ReviewPerLanguageStats::preQuery ( &$  tables,
&$  fields,
&$  conds,
&$  type,
&$  options,
start,
end 
)

Query details that the graph must fill.

Parameters:
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.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Oct 29 00:00:52 2013 for MediaWiki Translate Extension by  doxygen 1.6.3