PubNubUnsubscribeException
extends Exception
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
$all
protected
bool
$all
= true
$channelGroups
protected
array<string|int, string>
$channelGroups
= []
$channels
protected
array<string|int, string>
$channels
= []
getChannelGroups()
public
getChannelGroups() : array<string|int, string>
Return values
array<string|int, string>
getChannels()
public
getChannels() : array<string|int, string>
Return values
array<string|int, string>
getUnsubscribeOperation()
public
getUnsubscribeOperation(SubscriptionManager $subscriptionManager) : UnsubscribeOperation
Parameters
-
$subscriptionManager
: SubscriptionManager
-
setChannelGroups()
public
setChannelGroups(array<string|int, string> $channelGroups) : $this
Parameters
-
$channelGroups
: array<string|int, string>
-
setChannels()
public
setChannels(array<string|int, string> $channels) : $this
Parameters
-
$channels
: array<string|int, string>
-