Group implements Feature
Table of Contents
Interfaces
Constants
- CHECKER_OPTION = "ListsGroupChecker_"
- ERROR_OPTION = "ListsGroupError_"
- MODULE_ID = "lists"
- QUEUE_OPTION = "ListsGroupQueue"
- STEPPER_CLASS = \Bitrix\Lists\Copy\Integration\GroupStepper::class
- STEPPER_OPTION = "ListsGroupStepper_"
Methods
- __construct() : mixed
- copy() : mixed
- Starts the copy process.
Constants
CHECKER_OPTION
public
mixed
CHECKER_OPTION
= "ListsGroupChecker_"
ERROR_OPTION
public
mixed
ERROR_OPTION
= "ListsGroupError_"
MODULE_ID
public
mixed
MODULE_ID
= "lists"
QUEUE_OPTION
public
mixed
QUEUE_OPTION
= "ListsGroupQueue"
STEPPER_CLASS
public
mixed
STEPPER_CLASS
= \Bitrix\Lists\Copy\Integration\GroupStepper::class
STEPPER_OPTION
public
mixed
STEPPER_OPTION
= "ListsGroupStepper_"
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(int $groupId, int $copiedGroupId) : mixed
Parameters
- $groupId : int
-
Origin group id.
- $copiedGroupId : int
-
Copied group id.