SubscribeOperation
in package
Table of Contents
Properties
- $channelGroups : array<string|int, mixed>
- $channels : array<string|int, mixed>
- $presenceEnabled : bool
- $timetoken : int
Methods
- __construct() : mixed
- SubscribeOperation constructor.
- getChannelGroups() : array<string|int, mixed>
- getChannels() : array<string|int, mixed>
- getTimetoken() : int
- isPresenceEnabled() : bool
Properties
$channelGroups
private
array<string|int, mixed>
$channelGroups
$channels
private
array<string|int, mixed>
$channels
$presenceEnabled
private
bool
$presenceEnabled
$timetoken
private
int
$timetoken
Methods
__construct()
SubscribeOperation constructor.
public
__construct(array<string|int, mixed> $channels, array<string|int, mixed> $channelGroups, bool $presenceEnabled, int $timetoken) : mixed
Parameters
- $channels : array<string|int, mixed>
- $channelGroups : array<string|int, mixed>
- $presenceEnabled : bool
- $timetoken : int
getChannelGroups()
public
getChannelGroups() : array<string|int, mixed>
Return values
array<string|int, mixed>getChannels()
public
getChannels() : array<string|int, mixed>
Return values
array<string|int, mixed>getTimetoken()
public
getTimetoken() : int
Return values
intisPresenceEnabled()
public
isPresenceEnabled() : bool