Public Member Functions | |
_announcementIsValid ($announcementId) | |
_announcementIsValid ($announcementId) | |
_announcementTypeIsValid ($typeId) | |
& | _getAnnouncements ($rangeInfo=null) |
& | _getAnnouncements ($rangeInfo=null) |
_getAnnouncementsEnabled () | |
_getAnnouncementsIntroduction () | |
& | _getAnnouncementTypes ($rangeInfo=null) |
AnnouncementHandler () | |
AnnouncementHandler () | |
announcements () | |
announcementTypes () |
Definition at line 21 of file AnnouncementHandler.inc.php.
AnnouncementHandler._announcementIsValid | ( | $ | announcementId | ) |
Checks the announcement to see if it belongs to this conference or scheduled conference
$announcementId | int return bool |
Definition at line 80 of file AnnouncementHandler.inc.php.
References Request.getConference().
AnnouncementHandler._announcementTypeIsValid | ( | $ | typeId | ) |
Checks the announcement type to see if it belongs to this conference. All announcement types are set at the conference level.
$typeId | int return bool |
Definition at line 112 of file AnnouncementHandler.inc.php.
References Request.getConference().
AnnouncementHandler.AnnouncementHandler | ( | ) |
Constructor
Definition at line 23 of file AnnouncementHandler.inc.php.
AnnouncementHandler.AnnouncementHandler | ( | ) |
Constructor
Definition at line 25 of file AnnouncementHandler.inc.php.
AnnouncementHandler.announcements | ( | ) |
Display a list of announcements for the current conference.
Definition at line 29 of file AnnouncementHandler.inc.php.
References Request.getConference().
AnnouncementHandler.announcementTypes | ( | ) |
Display a list of announcement types for the current conference.
Definition at line 52 of file AnnouncementHandler.inc.php.