Public Member Functions | |
display () | |
execute () | |
getLocaleFieldNames () | |
initData () | |
readInputData () | |
TrackForm ($trackId=null) | |
Public Attributes | |
$trackId |
Definition at line 21 of file TrackForm.inc.php.
TrackForm.display | ( | ) |
Display the form.
Definition at line 56 of file TrackForm.inc.php.
References Request.getConference(), and Request.getSchedConf().
TrackForm.execute | ( | ) |
Save track.
Definition at line 156 of file TrackForm.inc.php.
References $trackId, and Request.getSchedConf().
TrackForm.getLocaleFieldNames | ( | ) |
Get the names of fields for which localized data is allowed.
Definition at line 48 of file TrackForm.inc.php.
TrackForm.initData | ( | ) |
Initialize form data from current settings.
Definition at line 114 of file TrackForm.inc.php.
References Request.getConference().
TrackForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 149 of file TrackForm.inc.php.
TrackForm.TrackForm | ( | $ | trackId = null |
) |
Constructor.
$trackId | int omit for a new track |
Definition at line 30 of file TrackForm.inc.php.
References $trackId, and Request.getConference().
TrackForm.$trackId |
The ID of the track being edited
Definition at line 24 of file TrackForm.inc.php.
Referenced by execute(), and TrackForm().