trait UsePusherChannelConventions

Methods

bool
isGuardedChannel(string $channel)

Return true if the channel is protected by authentication.

string
normalizeChannelName(string $channel)

Remove prefix from channel name.

Details

at line 14
bool isGuardedChannel(string $channel)

Return true if the channel is protected by authentication.

Parameters

string $channel

Return Value

bool

at line 22
string normalizeChannelName(string $channel)

Remove prefix from channel name.

Parameters

string $channel

Return Value

string