IsBillableUpdated
in package
Uses
Dispatchable, InteractsWithSockets, SerializesModels
Table of Contents
- $billable : IsBillableAbstractClass
- $changes : array<string|int, mixed>
- __construct() : mixed
- Create a new event instance
- broadcastOn() : Channel|PrivateChannel
- Get the channels the event should broadcast on.
Properties
$billable
public
IsBillableAbstractClass
$billable
$changes
public
array<string|int, mixed>
$changes
Methods
__construct()
Create a new event instance
public
__construct(IsBillableAbstractClass $billable, array<string|int, mixed> $changes) : mixed
Parameters
- $billable : IsBillableAbstractClass
- $changes : array<string|int, mixed>
Return values
mixed —broadcastOn()
Get the channels the event should broadcast on.
public
broadcastOn() : Channel|PrivateChannel