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