Bitrix API

CounterOverflowService

Table of Contents

Methods

__construct()  : mixed
delete()  : void
deleteAllByUserId()  : void
deleteByChatIdForAll()  : void
deleteByChatIds()  : void
getOverflowInfo()  : CounterOverflowInfo
getOverflowValue()  : int
insertOverflowed()  : void

Methods

deleteAllByUserId()

public static deleteAllByUserId(int $userId) : void
Parameters
$userId : int

deleteByChatIdForAll()

public static deleteByChatIdForAll(int $chatId) : void
Parameters
$chatId : int

deleteByChatIds()

public static deleteByChatIds(array<string|int, mixed> $chatIds[, int|null $userId = null ]) : void
Parameters
$chatIds : array<string|int, mixed>
$userId : int|null = null

insertOverflowed()

public insertOverflowed(array<string|int, mixed> $counters) : void
Parameters
$counters : array<string|int, mixed>

        
On this page

Search results