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