Documentation

ClassNameCreated
in package
Uses Dispatchable, InteractsWithSockets, SerializesModels

Table of Contents

$snake_class_name  : ClassName
__construct()  : void
Create a new event instance.
broadcastOn()  : Channel|PrivateChannel
Get the channels the event should broadcast on.

Properties

Methods

__construct()

Create a new event instance.

public __construct(ClassName $snake_class_name) : void
Parameters
$snake_class_name : ClassName
Return values
void

broadcastOn()

Get the channels the event should broadcast on.

public broadcastOn() : Channel|PrivateChannel
Return values
Channel|PrivateChannel

Search results