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