[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/specials/ -> SpecialStatistics.php (summary)

Implements Special:Statistics This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

File Size: 357 lines (11 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

SpecialStatistics:: (12 methods):
  __construct()
  execute()
  formatRow()
  getPageStats()
  getEditStats()
  getUserStats()
  getGroupStats()
  getViewsStats()
  getMostViewedPages()
  getOtherStats()
  formatRowHeader()
  getGroupName()


Class: SpecialStatistics  - X-Ref

Special page lists various statistics, including the contents of
`site_stats`, plus page view details if enabled

__construct()   X-Ref
No description

execute( $par )   X-Ref
No description

formatRow( $text, $number, $trExtraParams = array()   X-Ref
Format a row

param: string $text Description of the row
param: float $number A statistical number
param: array $trExtraParams Params to table row, see Html::elememt
param: string $descMsg Message key
param: array|string $descMsgParam Message parameters
return: string Table row in HTML format

getPageStats()   X-Ref
Each of these methods is pretty self-explanatory, get a particular
row for the table of statistics

return: string

getEditStats()   X-Ref
No description

getUserStats()   X-Ref
No description

getGroupStats()   X-Ref
No description

getViewsStats()   X-Ref
No description

getMostViewedPages()   X-Ref
No description

getOtherStats( array $stats )   X-Ref
Conversion of external statistics into an internal representation
Following a ([<header-message>][<item-message>] = number) pattern

param: array $stats
return: string

formatRowHeader( $header )   X-Ref
Format row header

param: string $header
return: string

getGroupName()   X-Ref
No description



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1