TypeInterface
interface TypeInterface (View source)
Methods
getAvailableSubscriptions()
Get available type subscriptions
getNotifier()
Get the notifier this type should use
getAvailableFilters()
Get available notification filters
Details
SubscriptionInterface[]
getAvailableSubscriptions()
Get available type subscriptions
SubscriptionInterface
getSubscription(SubjectInterface $subject)
Get a subscription for a specific subject
NotificationInterface
createNotification(SubjectInterface $subject)
Create a notification for a specific subject
NotifierInterface
getNotifier()
Get the notifier this type should use
FilterInterface[]
getAvailableFilters()
Get available notification filters