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