Public Member Functions | |
| display () | |
| execute () | |
| getLocaleFieldNames () | |
| initData () | |
| readInputData () | |
| SpecialEventForm ($specialEventId=null) | |
Public Attributes | |
| $specialEventId | |
Definition at line 19 of file SpecialEventForm.inc.php.
| SpecialEventForm.display | ( | ) |
Display the form.
Definition at line 56 of file SpecialEventForm.inc.php.
References ScheduleForm.getDefaultStartTime(), TimelineForm.getOutsideDates(), and Request.getSchedConf().
| SpecialEventForm.execute | ( | ) |
Save specialEvent.
Definition at line 118 of file SpecialEventForm.inc.php.
References Request.getSchedConf().
| SpecialEventForm.getLocaleFieldNames | ( | ) |
Get a list of localized field names for this form
Definition at line 48 of file SpecialEventForm.inc.php.
| SpecialEventForm.initData | ( | ) |
Initialize form data from current specialEvent.
Definition at line 79 of file SpecialEventForm.inc.php.
| SpecialEventForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 101 of file SpecialEventForm.inc.php.
| SpecialEventForm.SpecialEventForm | ( | $ | specialEventId = null |
) |
Constructor
| specialEventId | int leave as default for new specialEvent |
Definition at line 27 of file SpecialEventForm.inc.php.
References $specialEventId.
1.4.7