• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/repository/arearepository.php
  • Класс: BitrixLocationRepositoryAreaRepository
  • Вызов: AreaRepository::store
public function store(EntityArea $area)
{
	return EntityAreaConverterOrmConverter::convertToOrm($area)->save();
}