• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/replicator/template/taskrepeater.php
  • Класс: BitrixTasksReplicatorTemplateTaskRepeater
  • Вызов: TaskRepeater::init
private function init(): void
{
	$this->templateHistoryService = new TemplateHistoryService($this->repository);
	$this->replicateParameter = new ReplicateParameter($this->repository);
	$this->executionService = new ExecutionService($this->repository);
}