Inheritance diagram for SchedConfHandler:

Public Member Functions | |
| accommodation () | |
| cfp () | |
| index ($args) | |
| overview () | |
| presentations () | |
| program () | |
| register () | |
| registration () | |
| SchedConfHandler () | |
| schedule () | |
| setupTemplate (&$conference, &$schedConf) | |
| timeline () | |
| trackPolicies () | |
| validate () | |
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(), index(), setupTemplate(), Request.url(), and validate().
| SchedConfHandler.cfp | ( | ) |
Display conference CFP page
Definition at line 153 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), index(), setupTemplate(), Request.url(), and validate().
| SchedConfHandler.index | ( | $ | args | ) |
Display scheduled conference view page.
Definition at line 37 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), setupTemplate(), Request.url(), and validate().
Referenced by accommodation(), cfp(), IndexHandler.index(), overview(), presentations(), program(), register(), registration(), schedule(), setupTemplate(), timeline(), trackPolicies(), and validate().
| SchedConfHandler.overview | ( | ) |
Display conference overview page
Definition at line 105 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), index(), setupTemplate(), Request.url(), and validate().
| SchedConfHandler.presentations | ( | ) |
Display the presentations
Definition at line 466 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), index(), SchedConfAction.mayViewPapers(), SchedConfAction.mayViewProceedings(), setupTemplate(), Request.url(), and validate().
| SchedConfHandler.program | ( | ) |
Display conference program page
Definition at line 329 of file SchedConfHandler.inc.php.
References Request.getConference(), AppLocale.getLocale(), Request.getSchedConf(), index(), setupTemplate(), Request.url(), and validate().
| SchedConfHandler.register | ( | ) |
Handle submission of the user registration form
Definition at line 257 of file SchedConfHandler.inc.php.
References Request.getConference(), OCSPaymentManager.getManager(), Request.getSchedConf(), index(), Validation.isLoggedIn(), Request.redirect(), registration(), setupTemplate(), Request.url(), and validate().
| SchedConfHandler.registration | ( | ) |
Display conference registration page
Definition at line 194 of file SchedConfHandler.inc.php.
References Request.getConference(), OCSPaymentManager.getManager(), Request.getSchedConf(), index(), Request.redirect(), setupTemplate(), Request.url(), and validate().
Referenced by register().
| 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(), index(), Request.redirect(), setupTemplate(), Request.url(), and validate().
| 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 index(), 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(), index(), setupTemplate(), Request.url(), and validate().
| SchedConfHandler.trackPolicies | ( | ) |
Display track policies
Definition at line 73 of file SchedConfHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), index(), setupTemplate(), Request.url(), and validate().
1.4.7