Handle requests for scheduled conference functions. More...
Public Member Functions | |
| accommodation () | |
| cfp () | |
| index ($args) | |
| overview () | |
| presentations () | |
| program () | |
| register () | |
| registration () | |
| SchedConfHandler () | |
| schedule () | |
| setupTemplate (&$conference, &$schedConf) | |
| timeline () | |
| trackPolicies () | |
Handle requests for scheduled conference functions.
Definition at line 23 of file SchedConfHandler.inc.php.
| SchedConfHandler.accommodation | ( | ) |
Display conference accommodation page
Definition at line 443 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), setupTemplate(), and Request.url().
| SchedConfHandler.cfp | ( | ) |
Display conference CFP page
Definition at line 153 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), setupTemplate(), and Request.url().
| SchedConfHandler.index | ( | $ | args | ) |
Display scheduled conference view page.
Definition at line 37 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), setupTemplate(), and Request.url().
| SchedConfHandler.overview | ( | ) |
Display conference overview page
Definition at line 105 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), setupTemplate(), and Request.url().
| SchedConfHandler.presentations | ( | ) |
Display the presentations
Definition at line 466 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), SchedConfAction.mayViewPapers(), SchedConfAction.mayViewProceedings(), setupTemplate(), and Request.url().
| SchedConfHandler.program | ( | ) |
Display conference program page
Definition at line 329 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), setupTemplate(), and Request.url().
| SchedConfHandler.register | ( | ) |
Handle submission of the user registration form
Definition at line 257 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), Validation.isLoggedIn(), Request.redirect(), setupTemplate(), and Request.url().
| SchedConfHandler.registration | ( | ) |
Display conference registration page
Definition at line 194 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), Request.redirect(), setupTemplate(), and Request.url().
| SchedConfHandler.SchedConfHandler | ( | ) |
Constructor
Definition at line 27 of file SchedConfHandler.inc.php.
| SchedConfHandler.schedule | ( | ) |
Display conference schedule page
Definition at line 352 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), Request.redirect(), setupTemplate(), and Request.url().
| SchedConfHandler.setupTemplate | ( | &$ | conference, | |
| &$ | schedConf | |||
| ) |
Given a scheduled conference, set up the template with all the required variables for schedConf/view.tpl to function properly.
| $schedConf | object The scheduled conference to display the cover page will be displayed. Otherwise table of contents will be displayed. |
Definition at line 542 of file SchedConfHandler.inc.php.
References Validation.isConferenceManager(), Validation.isDirector(), and Request.redirect().
Referenced by accommodation(), cfp(), index(), overview(), presentations(), program(), register(), registration(), schedule(), timeline(), and trackPolicies().
| SchedConfHandler.timeline | ( | ) |
Display read-only timeline
Definition at line 127 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), setupTemplate(), and Request.url().
| SchedConfHandler.trackPolicies | ( | ) |
Display track policies
Definition at line 73 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), setupTemplate(), and Request.url().
1.7.1