• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/source.php
  • Класс: BitrixLocationEntitySource
  • Вызов: Source::setConfig
public function setConfig(?Config $config): Source
{
	$this->config = $config;

	return $this;
}