• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/format/field.php
  • Класс: BitrixLocationEntityFormatField
  • Вызов: Field::setName
public function setName(string $name): self
{
	$this->name = $name;
	return $this;
}