Bitrix API

Group implements Feature

Table of Contents

Interfaces

Feature

Constants

CHECKER_OPTION  = "TasksGroupChecker_"
ERROR_OPTION  = "TasksGroupError_"
MODULE_ID  = "tasks"
QUEUE_OPTION  = "TasksGroupQueue"
STEPPER_CLASS  = \Bitrix\Tasks\Copy\Integration\GroupStepper::class
STEPPER_OPTION  = "TasksGroupStepper_"

Methods

__construct()  : mixed
copy()  : mixed
Starts the copy process.
setProjectTerm()  : mixed
Setting the start date of a project to update dates in tasks.

Constants

CHECKER_OPTION

public mixed CHECKER_OPTION = "TasksGroupChecker_"

ERROR_OPTION

public mixed ERROR_OPTION = "TasksGroupError_"

MODULE_ID

public mixed MODULE_ID = "tasks"

QUEUE_OPTION

public mixed QUEUE_OPTION = "TasksGroupQueue"

STEPPER_CLASS

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

STEPPER_OPTION

public mixed STEPPER_OPTION = "TasksGroupStepper_"

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.

setProjectTerm()

Setting the start date of a project to update dates in tasks.

public setProjectTerm(array<string|int, mixed> $projectTerm) : mixed
Parameters
$projectTerm : array<string|int, mixed>

["project" => true, "start_point" => "", "end_point" => ""].


        
On this page

Search results