• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/replicator/replicator.php
  • Класс: BitrixTasksReplicatorReplicator
  • Вызов: Replicator::init
private function init(int $templateId): void
{
	$this->templateId = $templateId;
	$this->producer = $this->getProducer();
	$this->repeater = $this->getRepeater();
	$this->checker = $this->getChecker();
	$this->liftLogCleanerAgent();
}