class
Illuminate
/
Broadcasting
/
Channel
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
Channel
Implements
- Stringable
Properties
public
$name
string
The channel's name.
Default: null
Methods
public
__construct ( $name ) : void
Create a new channel instance.
Parameters
- $name HasBroadcastChannel |string
public
__toString ( ) : string
Convert the channel instance to a string.