• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/socialnetwork/logdestination.php
  • Класс: BitrixTasksIntegrationSocialNetworkLogDestination
  • Вызов: LogDestination::fillStructure
private function fillStructure(): self
{
	$structure = CSocNetLogDestination::GetStucture([
		'HEAD_DEPT' => 1
	]);

	$this->destination['DEPARTMENT'] = $structure["department"];
	$this->destination['DEPARTMENT_RELATION'] = $structure["department_relation"];
	$this->destination['DEPARTMENT_RELATION_HEAD'] = $structure["department_relation_head"];

	return $this;
}