class PresenceChannel extends Channel (View source)

Properties

string $name

The channel's name.

from  Channel

Methods

__construct(HasBroadcastChannel|string $name)

Create a new channel instance.

string
__toString()

Convert the channel instance to a string.

from  Channel

Details

__construct(HasBroadcastChannel|string $name)

Create a new channel instance.

Parameters

HasBroadcastChannel|string $name

string __toString()

Convert the channel instance to a string.

Return Value

string