Inheritance diagram for SchedConfSetupForm:

Public Member Functions | |
| display () | |
| execute () | |
| initData () | |
| readInputData () | |
| SchedConfSetupForm ($step, $settings) | |
Public Attributes | |
| $settings | |
| $step | |
Definition at line 20 of file SchedConfSetupForm.inc.php.
| SchedConfSetupForm.display | ( | ) |
Display the form.
Reimplemented in SchedConfSetupStep1Form, SchedConfSetupStep2Form, and SchedConfSetupStep3Form.
Definition at line 39 of file SchedConfSetupForm.inc.php.
| SchedConfSetupForm.execute | ( | ) |
Save modified settings.
Reimplemented in SchedConfSetupStep1Form, and SchedConfSetupStep2Form.
Definition at line 66 of file SchedConfSetupForm.inc.php.
References Request.getSchedConf().
| SchedConfSetupForm.initData | ( | ) |
Initialize data from current settings.
Reimplemented in SchedConfSetupStep2Form.
Definition at line 51 of file SchedConfSetupForm.inc.php.
References Request.getSchedConf().
| SchedConfSetupForm.readInputData | ( | ) |
Read user input.
Reimplemented in SchedConfSetupStep2Form, and SchedConfSetupStep3Form.
Definition at line 59 of file SchedConfSetupForm.inc.php.
| SchedConfSetupForm.SchedConfSetupForm | ( | $ | step, | |
| $ | settings | |||
| ) |
Constructor.
| $step | the step number | |
| $settings | an associative array with the setting names as keys and associated types as values |
Definition at line 29 of file SchedConfSetupForm.inc.php.
1.4.7