class NewPrivateMessageNotifier extends StandardNotifier (View source)

Properties

protected $entityManager from  StandardNotifier

Methods

__construct(EntityManagerInterface $entityManager)

No description

User[]
getUsersToNotify(SubscriptionInterface $subscription, SubjectInterface $subject)

No description

notify($users, Notification $notification)

No description

Details

__construct(EntityManagerInterface $entityManager)

No description

Parameters

EntityManagerInterface $entityManager

User[] getUsersToNotify(SubscriptionInterface $subscription, SubjectInterface $subject)

No description

Parameters

SubscriptionInterface $subscription
SubjectInterface $subject

Return Value

User[]

notify($users, Notification $notification)

No description

Parameters

$users
Notification $notification