Inheritance diagram for StatisticsHandler:
Public Member Functions | |
getPublicStatisticsNames () | |
report ($args) | |
savePublicStatisticsList () | |
saveStatisticsTracks () | |
statistics () | |
StatisticsHandler () |
Definition at line 19 of file StatisticsHandler.inc.php.
StatisticsHandler.statistics | ( | ) |
Display a list of scheduled conference statistics. WARNING: This implementation should be kept roughly synchronized with the reader's statistics view in the About pages.
Definition at line 31 of file StatisticsHandler.inc.php.
References getPublicStatisticsNames(), Request.getSchedConf(), ManagerHandler.index(), Request.redirect(), and ManagerHandler.setupTemplate().
Referenced by report(), savePublicStatisticsList(), and saveStatisticsTracks().
StatisticsHandler.StatisticsHandler | ( | ) |
Constructor
Definition at line 23 of file StatisticsHandler.inc.php.