class
Illuminate
/
Broadcasting
/
Channel
You are viewing an older version of the documentation. For the latest, please visit master documentation.
Channel
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.