• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/copy/stage.php
  • Класс: Bitrix\Tasks\Copy\Stage
  • Вызов: Stage::__construct
public function __construct(Implementer $implementer, $targetGroupId = 0)
{
	$this->implementer = $implementer;
	$this->implementerName = get_class($implementer);

	$this->targetGroupId = (int) $targetGroupId;

	$this->result = new Result();
}