class Channel

Properties

string $name

The channel's name.

Methods

void
__construct(string $name)

Create a new channel instance.

string
__toString()

Convert the channel instance to a string.

Details

at line 20
void __construct(string $name)

Create a new channel instance.

Parameters

string $name

Return Value

void

at line 30
string __toString()

Convert the channel instance to a string.

Return Value

string