Bitrix API

Workgroup

Table of Contents

Constants

CHAT_ENTITY_TYPE  = "SONET_GROUP"

Methods

buildChatName()  : string
createChat()  : mixed
getChatData()  : mixed
getGroupChatAvailable()  : mixed
getNumberOfMembers()  : int
The method returns the number of group members.
getUseChat()  : bool
setChatManagers()  : mixed
unlinkChat()  : mixed

Constants

CHAT_ENTITY_TYPE

public mixed CHAT_ENTITY_TYPE = "SONET_GROUP"

Methods

buildChatName()

public static buildChatName(mixed $groupName[, mixed $params = [] ]) : string
Parameters
$groupName : mixed
$params : mixed = []
Return values
string

createChat()

public static createChat(mixed $params) : mixed
Parameters
$params : mixed

getChatData()

public static getChatData(mixed $params) : mixed
Parameters
$params : mixed

getGroupChatAvailable()

public static getGroupChatAvailable([mixed $groupId = false ]) : mixed
Parameters
$groupId : mixed = false

getNumberOfMembers()

The method returns the number of group members.

public static getNumberOfMembers(int $groupId) : int
Parameters
$groupId : int

Group id.

Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
int

getUseChat()

public static getUseChat() : bool
Return values
bool

setChatManagers()

public static setChatManagers(mixed $params) : mixed
Parameters
$params : mixed

unlinkChat()

public static unlinkChat(mixed $params) : mixed
Parameters
$params : mixed

        
On this page

Search results