• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/service/formatservice.php
  • Класс: BitrixLocationServiceFormatService
  • Вызов: FormatService::setDefaultFormatCode
public function setDefaultFormatCode($defaultFormatCode)
{
	$this->defaultFormatCode = $defaultFormatCode;
	return $this;
}