BroadcastChannel
class BroadcastChannel (View source)
Properties
| protected Dispatcher | $events | The event dispatcher.  | 
                
Methods
                    array|null
                
                
                
            
                    mixed
                
                
                
            Details
        
                            
    __construct(Dispatcher $events)
        
    
    Create a new broadcast channel.
        
                            array|null
    send(mixed $notifiable, Notification $notification)
        
    
    Send the given notification.
        
                    protected        mixed
    getData(mixed $notifiable, Notification $notification)
        
    
    Get the data for the notification.