Inheritance diagram for AboutHandler:

Public Member Functions | |
| AboutHandler () | |
| aboutThisPublishingSystem () | |
| contact () | |
| editorialPolicies () | |
| getPublicStatisticsNames () | |
| index () | |
| organizingTeam () | |
| organizingTeamBio ($args) | |
| registration () | |
| setupTemplate ($subclass=true) | |
| siteMap () | |
| statistics () | |
| submissions () | |
Definition at line 21 of file AboutHandler.inc.php.
| AboutHandler.AboutHandler | ( | ) |
Constructor
Definition at line 25 of file AboutHandler.inc.php.
| AboutHandler.aboutThisPublishingSystem | ( | ) |
Display aboutThisPublishingSystem page.
Definition at line 409 of file AboutHandler.inc.php.
References AppLocale.getLocale(), AppLocale.getPrimaryLocale(), and setupTemplate().
| AboutHandler.contact | ( | ) |
Display contact page.
Definition at line 105 of file AboutHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), and setupTemplate().
| AboutHandler.editorialPolicies | ( | ) |
Display editorialPolicies page.
Definition at line 292 of file AboutHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), and setupTemplate().
| AboutHandler.index | ( | ) |
Display about index page.
Definition at line 32 of file AboutHandler.inc.php.
References Request.getConference(), AppLocale.getLocale(), AppLocale.getPrimaryLocale(), getPublicStatisticsNames(), Request.getRequestedConferencePath(), Request.getSchedConf(), and setupTemplate().
Referenced by setupTemplate().
| AboutHandler.organizingTeam | ( | ) |
Display organizingTeam page.
Definition at line 122 of file AboutHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), and setupTemplate().
Referenced by organizingTeamBio().
| AboutHandler.organizingTeamBio | ( | $ | args | ) |
Display a biography for an organizing team member.
Definition at line 217 of file AboutHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), organizingTeam(), Request.redirect(), and setupTemplate().
| AboutHandler.registration | ( | ) |
Display registration page.
Definition at line 310 of file AboutHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), Request.redirect(), and setupTemplate().
| AboutHandler.setupTemplate | ( | $ | subclass = true |
) |
Setup common template variables.
| $subclass | boolean set to true if caller is below this handler in the hierarchy |
Definition at line 85 of file AboutHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), index(), and Request.url().
Referenced by aboutThisPublishingSystem(), contact(), editorialPolicies(), index(), organizingTeam(), organizingTeamBio(), registration(), siteMap(), statistics(), and submissions().
| AboutHandler.siteMap | ( | ) |
Display siteMap page.
Definition at line 373 of file AboutHandler.inc.php.
References setupTemplate().
| AboutHandler.statistics | ( | ) |
Display a list of public stats for the current conference. WARNING: This implementation should be kept roughly synchronized with the reader's statistics view in the About pages.
Definition at line 433 of file AboutHandler.inc.php.
References Request.getConference(), getPublicStatisticsNames(), Request.getSchedConf(), and setupTemplate().
| AboutHandler.submissions | ( | ) |
Display submissions page.
Definition at line 344 of file AboutHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), and setupTemplate().
1.4.7