Documentation

PubNubUnsubscribeException extends Exception
in package

Table of Contents

Properties

$all  : bool
$channelGroups  : array<string|int, string>
$channels  : array<string|int, string>

Methods

getChannelGroups()  : array<string|int, string>
getChannels()  : array<string|int, string>
getUnsubscribeOperation()  : UnsubscribeOperation
setChannelGroups()  : $this
setChannels()  : $this

Properties

Methods

getChannelGroups()

public getChannelGroups() : array<string|int, string>
Return values
array<string|int, string>

setChannelGroups()

public setChannelGroups(array<string|int, string> $channelGroups) : $this
Parameters
$channelGroups : array<string|int, string>
Return values
$this

setChannels()

public setChannels(array<string|int, string> $channels) : $this
Parameters
$channels : array<string|int, string>
Return values
$this

        
On this page

Search results