Interface lispa\amos\notificationmanager\base\NotifyWidget
Implemented by | lispa\amos\notificationmanager\AmosNotify, lispa\amos\notificationmanager\base\NotifyWidgetDoNothing |
---|
Public Methods
Method Details
public abstract void countNotRead ( $uid, $class_name, $externalquery = null ) | ||
$uid | ||
$class_name | ||
$externalquery | null |
public abstract boolean favouriteOff ( $uid, $class_name, $contentId ) | ||
$uid | integer | |
$class_name | string | |
$contentId | integer |
public abstract boolean favouriteOn ( $uid, $class_name, $contentId ) | ||
$uid | integer | |
$class_name | string | |
$contentId | integer |
public abstract boolean isFavorite ( $model, $uid = null ) | ||
$model | ||
$uid | null |
public abstract static array manageNewChannelNotifications ( $modelClassName, $channel, $type ) | ||
$modelClassName | string | |
$channel | ||
$type | string |
public abstract boolean modelIsRead ( $model, $uid = null ) | ||
$model | ||
$uid | null |
public abstract void notificationOff ( $uid, $class_name, $externalquery = null, $channel ) | ||
$uid | ||
$class_name | ||
$externalquery | null | |
$channel | \lispa\amos\notificationmanager\base\NotificationChannels |
public abstract void notificationOn ( $uid, $class_name, $externalquery = null, $channel ) | ||
$uid | ||
$class_name | ||
$externalquery | null | |
$channel | \lispa\amos\notificationmanager\base\NotificationChannels |