• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/socialnetwork/logdestination.php
  • Класс: BitrixTasksIntegrationSocialNetworkLogDestination
  • Вызов: LogDestination::getData
public function getData()
{
	$this->checkUser();

	$this
		->initDestination()
		->fillStructure()
		->fillLastDestination()
		->fillUsers()
		->fillProjects()
		->fillExtranet()
		->fillNetwork()
		->fillVacation()
		->canAddMailUsers();

	return $this->destination;
}