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

	return $this;
}