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