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