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