mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
6667cca4de
/** * 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. * */ |
||
---|---|---|
.. | ||
class.iface_notification.inc.php | ||
class.notification_popup.inc.php | ||
class.notification.inc.php | ||
class.uinotificationprefs.inc.php | ||
hook_after_navbar.inc.php | ||
hook_preferences.inc.php |