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