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