Public Member Functions | |
| getIssueStatistics ($schedConfId, $dateStart=null, $dateEnd=null) | |
| getPaperStatistics ($schedConfId, $trackIds=null, $dateStart=null, $dateEnd=null) | |
| getRegistrationStatistics ($schedConfId, $dateStart=null, $dateEnd=null) | |
| getReviewerStatistics ($schedConfId, $trackIds, $dateStart=null, $dateEnd=null) | |
| getUserStatistics ($schedConfId, $dateStart=null, $dateEnd=null) | |
Definition at line 23 of file SchedConfStatisticsDAO.inc.php.
| SchedConfStatisticsDAO.getIssueStatistics | ( | $ | schedConfId, | |
| $ | dateStart = null, |
|||
| $ | dateEnd = null | |||
| ) |
Get statistics about issues in the system. Returns a map of name => value pairs.
| $schedConfId | int The scheduled conference to fetch statistics for | |
| $dateStart | date The publish date to search from; optional | |
| $dateEnd | date The publish date to search to; optional |
Definition at line 241 of file SchedConfStatisticsDAO.inc.php.
| SchedConfStatisticsDAO.getPaperStatistics | ( | $ | schedConfId, | |
| $ | trackIds = null, |
|||
| $ | dateStart = null, |
|||
| $ | dateEnd = null | |||
| ) |
Get statistics about papers in the system. Returns a map of name => value pairs.
| $schedConfId | int The scheduled conference to fetch statistics for | |
| $trackId | int The track to query stats for (optional) | |
| $dateStart | date The submit date to search from; optional | |
| $dateEnd | date The submit date to search to; optional |
Definition at line 33 of file SchedConfStatisticsDAO.inc.php.
| SchedConfStatisticsDAO.getRegistrationStatistics | ( | $ | schedConfId, | |
| $ | dateStart = null, |
|||
| $ | dateEnd = null | |||
| ) |
Get statistics about registrations.
| $schedConfId | int The scheduled conference to fetch statistics for | |
| $dateStart | date optional | |
| $dateEnd | date optional |
Definition at line 199 of file SchedConfStatisticsDAO.inc.php.
| SchedConfStatisticsDAO.getReviewerStatistics | ( | $ | schedConfId, | |
| $ | trackIds, | |||
| $ | dateStart = null, |
|||
| $ | dateEnd = null | |||
| ) |
Get statistics about reviewers in the system. Returns a map of name => value pairs.
| $schedConfId | int The scheduled conference to fetch statistics for | |
| $dateStart | date The publish date to search from; optional | |
| $dateEnd | date The publish date to search to; optional |
Definition at line 282 of file SchedConfStatisticsDAO.inc.php.
| SchedConfStatisticsDAO.getUserStatistics | ( | $ | schedConfId, | |
| $ | dateStart = null, |
|||
| $ | dateEnd = null | |||
| ) |
Get statistics about users in the system. Returns a map of name => value pairs.
| $schedConfId | int The scheduled conference to fetch statistics for | |
| $dateStart | date optional | |
| $dateEnd | date optional |
Definition at line 153 of file SchedConfStatisticsDAO.inc.php.
1.4.7