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