use new API for notifiations

This commit is contained in:
Ralf Becker
2016-05-06 09:19:36 +00:00
parent 8a24a16cb1
commit c088495708
15 changed files with 112 additions and 110 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* eGroupWare - Notifications
* EGroupware - Notifications
*
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @package notifications
@ -15,7 +15,7 @@
interface notifications_iface {
/**
* constructor
* constructor
*
* @param object $_sender
* @param object $_recipient
@ -23,7 +23,7 @@ interface notifications_iface {
* @param object $_preferences
*/
public function __construct($_sender, $_recipient, $_config = null, $_preferences = null);
/**
* sends one notification to one recipient
*