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

	return $this;
}