Structure
Table of Contents
Methods
-
__construct()
: mixed
-
getChatDepartments()
: array<string|int, mixed>
-
isSyncAvailable()
: bool
-
link()
: Result
-
splitEntities()
: array<string|int, mixed>
-
unlink()
: Result
__construct()
public
__construct(Chat $chat) : mixed
Parameters
-
$chat
: Chat
-
getChatDepartments()
public
getChatDepartments() : array<string|int, mixed>
Return values
array<string|int, mixed>
isSyncAvailable()
public
static isSyncAvailable() : bool
link()
public
link(array<string|int, mixed> $structureNodeIds) : Result
Parameters
-
$structureNodeIds
: array<string|int, mixed>
-
splitEntities()
public
static splitEntities(array<string|int, mixed> $entities) : array<string|int, mixed>
Parameters
-
$entities
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
unlink()
public
unlink(array<string|int, mixed> $structureNodeIds) : Result
Parameters
-
$structureNodeIds
: array<string|int, mixed>
-