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