Documentation

PresenceChannel extends Channel
in package

Table of Contents

$name  : string
The channel's name.
__construct()  : void
Create a new channel instance.
__toString()  : string
Convert the channel instance to a string.

Properties

$name

The channel's name.

public string $name

Methods

__construct()

Create a new channel instance.

public __construct(string $name) : void
Parameters
$name : string
Return values
void

__toString()

Convert the channel instance to a string.

public __toString() : string
Return values
string

Search results