• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/service/locationservice.php
  • Класс: BitrixLocationServiceLocationService
  • Вызов: LocationService::__construct
protected function __construct(ConfigContainer $config)
{
	$this->setRepository($config->get('repository'));
	parent::__construct($config);
}