Inheritance diagram for TrackHandler:

Public Member Functions | |
| createTrack () | |
| deleteTrack ($args) | |
| editTrack ($args=array()) | |
| moveTrack () | |
| setupTemplate ($subclass=false) | |
| TrackHandler () | |
| tracks () | |
| updateTrack () | |
Definition at line 19 of file TrackHandler.inc.php.
| TrackHandler.createTrack | ( | ) |
Display form to create a new track.
Definition at line 54 of file TrackHandler.inc.php.
References editTrack().
| TrackHandler.deleteTrack | ( | $ | args | ) |
Delete a track.
| $args | array first parameter is the ID of the track to delete |
Definition at line 101 of file TrackHandler.inc.php.
References Request.getSchedConf(), Request.redirect(), and tracks().
| TrackHandler.editTrack | ( | $ | args = array() |
) |
Display form to create/edit a track.
| $args | array optional, if set the first parameter is the ID of the track to edit |
Definition at line 62 of file TrackHandler.inc.php.
References setupTemplate().
Referenced by createTrack().
| TrackHandler.moveTrack | ( | ) |
Change the sequence of a track.
Definition at line 116 of file TrackHandler.inc.php.
References Request.getSchedConf(), Request.redirect(), and tracks().
| TrackHandler.setupTemplate | ( | $ | subclass = false |
) |
Setup common template variables.
| $subclass | boolean set to true if caller is below this handler in the hierarchy |
Reimplemented from ManagerHandler.
Definition at line 132 of file TrackHandler.inc.php.
References tracks(), and Request.url().
Referenced by editTrack(), tracks(), and updateTrack().
| TrackHandler.TrackHandler | ( | ) |
Constructor
Definition at line 23 of file TrackHandler.inc.php.
| TrackHandler.tracks | ( | ) |
Display a list of the tracks within the current conference.
Definition at line 29 of file TrackHandler.inc.php.
References Request.getSchedConf(), setupTemplate(), and Request.url().
Referenced by deleteTrack(), moveTrack(), setupTemplate(), and updateTrack().
| TrackHandler.updateTrack | ( | ) |
Save changes to a track.
Definition at line 80 of file TrackHandler.inc.php.
References Request.redirect(), setupTemplate(), and tracks().
1.4.7