Class SystemNotification

Description

Located in /models/system_notification.php (line 3)

Object
   |
   --SystemNotification
Class Constant Summary
Method Summary
 static void add ( $typeID,  $title,  $description,  $body,  $url, [ $url2 = null])
 static void addFromFeed ( $post,  $type)
 static void getByID ( $snID)
Methods
static add (line 25)
  • access: public
void add ( $typeID,  $title,  $description,  $body,  $url, [ $url2 = null])
  • $typeID
  • $title
  • $description
  • $body
  • $url
  • $url2
static addFromFeed (line 34)
  • access: public
void addFromFeed ( $post,  $type)
  • $post
  • $type
static getByID (line 50)
  • access: public
void getByID ( $snID)
  • $snID
getSystemNotificationAlternateURL (line 15)
  • access: public
void getSystemNotificationAlternateURL ()
getSystemNotificationBody (line 18)
  • access: public
void getSystemNotificationBody ()
getSystemNotificationDateTime (line 19)
  • access: public
void getSystemNotificationDateTime ()
getSystemNotificationDescription (line 17)
  • access: public
void getSystemNotificationDescription ()
getSystemNotificationID (line 23)
  • access: public
void getSystemNotificationID ()
getSystemNotificationTitle (line 16)
  • access: public
void getSystemNotificationTitle ()
getSystemNotificationTypeID (line 22)
  • access: public
void getSystemNotificationTypeID ()
getSystemNotificationURL (line 14)
  • access: public
void getSystemNotificationURL ()
isSystemNotificationArchived (line 21)
  • access: public
void isSystemNotificationArchived ()
isSystemNotificationNew (line 20)
  • access: public
void isSystemNotificationNew ()
markSystemNotificationAsRead (line 45)
  • access: public
void markSystemNotificationAsRead ()
Class Constants
SN_TYPE_ADDON_MESSAGE = 22 (line 12)
SN_TYPE_ADDON_UPDATE = 20 (line 10)
SN_TYPE_ADDON_UPDATE_CRITICAL = 85 (line 11)
SN_TYPE_CORE_MESSAGE_HELP = 11 (line 7)
SN_TYPE_CORE_MESSAGE_NEWS = 12 (line 8)
SN_TYPE_CORE_MESSAGE_OTHER = 19 (line 9)
SN_TYPE_CORE_UPDATE = 10 (line 5)
SN_TYPE_CORE_UPDATE_CRITICAL = 80 (line 6)

Documentation generated on Thu, 15 Sep 2011 16:36:31 -0700 by phpDocumentor 1.4.1