Inherited by csvStatsOutput, textStatsOutput, and wikiStatsOutput.
Public Member Functions | |
formatPercent ($subset, $total, $revert=false, $accuracy=2) | |
heading () | |
footer () | |
blockstart () | |
blockend () | |
element ($in, $heading=false) |
Need to be overriden
Definition at line 13 of file StatOutputs.php.
statsOutput::blockend | ( | ) |
Reimplemented in wikiStatsOutput, textStatsOutput, and csvStatsOutput.
Definition at line 25 of file StatOutputs.php.
statsOutput::blockstart | ( | ) |
statsOutput::element | ( | $ | in, | |
$ | heading = false | |||
) |
Reimplemented in wikiStatsOutput, textStatsOutput, and csvStatsOutput.
Definition at line 27 of file StatOutputs.php.
statsOutput::footer | ( | ) |
Reimplemented in wikiStatsOutput, and metawikiStatsOutput.
Definition at line 21 of file StatOutputs.php.
statsOutput::formatPercent | ( | $ | subset, | |
$ | total, | |||
$ | revert = false , |
|||
$ | accuracy = 2 | |||
) |
statsOutput::heading | ( | ) |
Reimplemented in wikiStatsOutput, and metawikiStatsOutput.
Definition at line 19 of file StatOutputs.php.