Documentation

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

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>

        
On this page

Search results