Inheritance diagram for SchedConfSetupHandler:

Public Member Functions | |
| saveSchedConfSetup ($args) | |
| schedConfSetup ($args) | |
| SchedConfSetupHandler () | |
| schedConfSetupSaved ($args) | |
Definition at line 19 of file SchedConfSetupHandler.inc.php.
| SchedConfSetupHandler.saveSchedConfSetup | ( | $ | args | ) |
Save changes to conference settings.
| $args | array first parameter is the step being saved |
Definition at line 62 of file SchedConfSetupHandler.inc.php.
References Request.redirect(), schedConfSetupSaved(), seqSortFunction(), and ManagerHandler.setupTemplate().
| SchedConfSetupHandler.schedConfSetup | ( | $ | args | ) |
Display conference setup form for the selected step. Displays setup index page if a valid step is not specified.
| $args | array optional, if set the first parameter is the step to display |
Definition at line 32 of file SchedConfSetupHandler.inc.php.
References ManagerHandler.index(), and ManagerHandler.setupTemplate().
Referenced by schedConfSetupSaved().
| SchedConfSetupHandler.SchedConfSetupHandler | ( | ) |
Constructor
Definition at line 23 of file SchedConfSetupHandler.inc.php.
| SchedConfSetupHandler.schedConfSetupSaved | ( | $ | args | ) |
Display a "Scheduled conference settings saved" page
Definition at line 182 of file SchedConfSetupHandler.inc.php.
References schedConfSetup(), and ManagerHandler.setupTemplate().
Referenced by saveSchedConfSetup().
1.4.7