egroupware/notifications/inc
Cornelius Weiß 6667cca4de New notificaion module
/**
 * Notifies users according to their preferences.
 * 
 * @abstract NOTE:Notifications are small messages. No subject and no attechments. 
 * If you need this kind of elements you probably want to send a mail, don't you :-)
 * @abstract NOTE: This is for instant notifications. If you need time dependend notifications use the 
 * asyncservices wrapper!
 * 
 * The classes doing the notifications are called notification_<method> and should only be 
 * called from this class.
 *
 */
2006-03-06 17:11:45 +00:00
..
class.iface_notification.inc.php New notificaion module 2006-03-06 17:11:45 +00:00
class.notification_popup.inc.php New notificaion module 2006-03-06 17:11:45 +00:00
class.notification.inc.php New notificaion module 2006-03-06 17:11:45 +00:00
class.uinotificationprefs.inc.php New notificaion module 2006-03-06 17:11:45 +00:00
hook_after_navbar.inc.php New notificaion module 2006-03-06 17:11:45 +00:00
hook_preferences.inc.php New notificaion module 2006-03-06 17:11:45 +00:00