Bitrix API

Group implements Feature

Table of Contents

Interfaces

Feature

Constants

CHECKER_OPTION  = "DiskGroupChecker_"
ERROR_OPTION  = "DiskGroupError_"
MODULE_ID  = "disk"
QUEUE_OPTION  = "DiskGroupQueue"
STEPPER_CLASS  = \Bitrix\Disk\Copy\Integration\GroupStepper::class
STEPPER_OPTION  = "DiskGroupStepper_"

Methods

__construct()  : mixed
copy()  : mixed
Starts the copy process.

Constants

CHECKER_OPTION

public mixed CHECKER_OPTION = "DiskGroupChecker_"

ERROR_OPTION

public mixed ERROR_OPTION = "DiskGroupError_"

MODULE_ID

public mixed MODULE_ID = "disk"

QUEUE_OPTION

public mixed QUEUE_OPTION = "DiskGroupQueue"

STEPPER_CLASS

public mixed STEPPER_CLASS = \Bitrix\Disk\Copy\Integration\GroupStepper::class

STEPPER_OPTION

public mixed STEPPER_OPTION = "DiskGroupStepper_"

Methods

__construct()

public __construct([mixed $executiveUserId = 0 ][, array<string|int, mixed> $features = [] ]) : mixed
Parameters
$executiveUserId : mixed = 0
$features : array<string|int, mixed> = []

copy()

Starts the copy process.

public copy(mixed $groupId, mixed $copiedGroupId) : mixed
Parameters
$groupId : mixed

Origin group id.

$copiedGroupId : mixed

Copied group id.


        
On this page

Search results