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