• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/format.php
  • Класс: BitrixLocationEntityFormat
  • Вызов: Format::setFieldForUnRecognized
public function setFieldForUnRecognized(int $fieldType): self
{
	$this->fieldForUnRecognized = $fieldType;
	return $this;
}