Interface lispa\amos\notificationmanager\base\NotifyWidget

Implemented bylispa\amos\notificationmanager\AmosNotify, lispa\amos\notificationmanager\base\NotifyWidgetDoNothing

Method Details

countNotRead() public abstract method

public abstract void countNotRead ( $uid, $class_name, $externalquery null )
$uid
$class_name
$externalquery null
favouriteOff() public abstract method

public abstract boolean favouriteOff ( $uid, $class_name, $contentId )
$uid integer
$class_name string
$contentId integer
favouriteOn() public abstract method

public abstract boolean favouriteOn ( $uid, $class_name, $contentId )
$uid integer
$class_name string
$contentId integer
isFavorite() public abstract method

public abstract boolean isFavorite ( $model, $uid null )
$model
$uid null
manageNewChannelNotifications() public abstract static method

public abstract static array manageNewChannelNotifications ( $modelClassName, $channel, $type )
$modelClassName string
$channel
$type string
modelIsRead() public abstract method

public abstract boolean modelIsRead ( $model, $uid null )
$model
$uid null
notificationOff() public abstract method

public abstract void notificationOff ( $uid, $class_name, $externalquery null, $channel )
$uid
$class_name
$externalquery null
$channel \lispa\amos\notificationmanager\base\NotificationChannels
notificationOn() public abstract method

public abstract void notificationOn ( $uid, $class_name, $externalquery null, $channel )
$uid
$class_name
$externalquery null
$channel \lispa\amos\notificationmanager\base\NotificationChannels