class StandardNotifier implements NotifierInterface (View source)

Properties

protected $entityManager

Methods

__construct(EntityManagerInterface $entityManager)

No description

getUsersToNotify(SubscriptionInterface $subscription, SubjectInterface $subject)

No description

notify($users, Notification $notification)

No description

Details

__construct(EntityManagerInterface $entityManager)

No description

Parameters

EntityManagerInterface $entityManager

getUsersToNotify(SubscriptionInterface $subscription, SubjectInterface $subject)

No description

Parameters

SubscriptionInterface $subscription
SubjectInterface $subject

notify($users, Notification $notification)

No description

Parameters

$users
Notification $notification