Bitrix API

ProxyServerCommandServiceClient extends BaseSender implements CommandServiceClientInterface

Class BaseSender

Table of Contents

Interfaces

CommandServiceClientInterface

Methods

__construct()  : mixed
drop()  : Result
Disconnects the users with the identifiers specified in the $userIds parameter from the document editing service.
getHttpClientParameters()  : array<string|int, mixed>
performRequest()  : Result
rename()  : Result
Renames the document

Methods

drop()

Disconnects the users with the identifiers specified in the $userIds parameter from the document editing service.

public drop(string $documentKey, array<string|int, mixed> $userIds) : Result
Parameters
$documentKey : string

Document identifier

$userIds : array<string|int, mixed>

Array of user identifiers

Return values
Result

getHttpClientParameters()

public getHttpClientParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>

performRequest()

public performRequest(string $action[, array<string|int, mixed> $parameters = [] ]) : Result
Parameters
$action : string
$parameters : array<string|int, mixed> = []
Tags
throws
ArgumentException
Return values
Result

rename()

Renames the document

public rename(string $documentKey, string $newName) : Result
Parameters
$documentKey : string

Document identifier

$newName : string

New document name

Return values
Result

        
On this page

Search results