Public Member Functions | |
| display () | |
| execute () | |
| getOutsideDates (&$schedConf) | |
| initData () | |
| readInputData () | |
| TimelineForm ($overrideDates=false, $readOnly=false) | |
Public Attributes | |
| $canEdit | |
Definition at line 19 of file TimelineForm.inc.php.
| TimelineForm.display | ( | ) |
Display the form.
Definition at line 136 of file TimelineForm.inc.php.
References getOutsideDates(), and Request.getSchedConf().
| TimelineForm.execute | ( | ) |
Save track.
Definition at line 230 of file TimelineForm.inc.php.
References Request.getSchedConf(), and ConferenceLog.logEvent().
| TimelineForm.getOutsideDates | ( | &$ | schedConf | ) |
Get the earliest and latest dates for the conference. These should be included on the timeline form date ranges as possibilities.
Definition at line 103 of file TimelineForm.inc.php.
Referenced by display(), SpecialEventForm.display(), ScheduleForm.display(), and SchedConfSetupStep3Form.display().
| TimelineForm.initData | ( | ) |
Initialize form data from current settings.
Definition at line 151 of file TimelineForm.inc.php.
References Request.getSchedConf().
| TimelineForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 195 of file TimelineForm.inc.php.
| TimelineForm.TimelineForm | ( | $ | overrideDates = false, |
|
| $ | readOnly = false | |||
| ) |
Constructor.
| $trackId | int omit for a new track |
Definition at line 28 of file TimelineForm.inc.php.
References Validation.isConferenceManager().
1.4.7