|
MediaWiki master
|
A general output object. More...
Inherited by CsvStatsOutput, TextStatsOutput, and WikiStatsOutput.
Public Member Functions | |
| blockend () | |
| blockstart () | |
| element ( $in, $heading=false) | |
| footer () | |
| formatPercent ( $subset, $total, $revert=false, $accuracy=2) | |
| heading () | |
| StatsOutput::blockend | ( | ) |
Reimplemented in WikiStatsOutput, TextStatsOutput, and CsvStatsOutput.
Definition at line 41 of file StatOutputs.php.
| StatsOutput::blockstart | ( | ) |
Reimplemented in WikiStatsOutput.
Definition at line 38 of file StatOutputs.php.
| StatsOutput::element | ( | $in, | |
| $heading = false ) |
| string | float | int | $in | |
| bool | $heading |
Reimplemented in WikiStatsOutput, TextStatsOutput, and CsvStatsOutput.
Definition at line 48 of file StatOutputs.php.
| StatsOutput::footer | ( | ) |
Reimplemented in WikiStatsOutput.
Definition at line 35 of file StatOutputs.php.
| StatsOutput::formatPercent | ( | $subset, | |
| $total, | |||
| $revert = false, | |||
| $accuracy = 2 ) |
| int | float | $subset | |
| int | float | $total | |
| bool | $revert | |
| int | float | $accuracy |
Reimplemented in WikiStatsOutput.
Definition at line 25 of file StatOutputs.php.
| StatsOutput::heading | ( | ) |
Reimplemented in WikiStatsOutput.
Definition at line 32 of file StatOutputs.php.