Channel
class Channel implements Stringable
Properties
| string | $name | The channel's name. |
Methods
string
__toString()
Convert the channel instance to a string.
Details
at line 20
__construct(HasBroadcastChannel|string $name)
Create a new channel instance.
at line 28
string
__toString()
Convert the channel instance to a string.