class PendingBroadcast (View source)
| protected Dispatcher | $events | The event dispatcher implementation. | |
| protected mixed | $event | The event instance. | 
| void | __construct(Dispatcher $events, mixed $event) Create a new pending broadcast instance. | |
| $this | toOthers() Broadcast the event to everyone except the current user. | |
| void | __destruct() Handle the object's destruction. | 
Create a new pending broadcast instance.
Broadcast the event to everyone except the current user.
Handle the object's destruction.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/8.x/Illuminate/Broadcasting/PendingBroadcast.html