LibraryScanCompleted
in package
implements
ShouldQueue
uses
Dispatchable, InteractsWithSockets, SerializesModels
Table of Contents
Interfaces
- ShouldQueue
Properties
Methods
- __construct() : mixed
- Create a new event instance.
- broadcastOn() : array<int, Channel>
- Get the channels the event should broadcast on.
- broadcastWith() : array<string|int, mixed>
Properties
$library
public
Library
$library
Methods
__construct()
Create a new event instance.
public
__construct(Library $library) : mixed
Parameters
- $library : Library
broadcastOn()
Get the channels the event should broadcast on.
public
broadcastOn() : array<int, Channel>
Return values
array<int, Channel>broadcastWith()
public
broadcastWith() : array<string|int, mixed>