StandardNotifier
class StandardNotifier implements NotifierInterface (View source)
Properties
| protected | $entityManager | 
Methods
                    __construct(EntityManagerInterface $entityManager)
        
                                            
                
            No description
                    User[]
                
                
                    getUsersToNotify(SubscriptionInterface $subscription, SubjectInterface $subject)
        
                                            
                
            Get a list of users to notify
Details
        
                            
    __construct(EntityManagerInterface $entityManager)
        
    
    No description
        
                            User[]
    getUsersToNotify(SubscriptionInterface $subscription, SubjectInterface $subject)
        
    
    Get a list of users to notify
        
                            
    notify($users, Notification $notification)
        
    
    No description