• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/repository/locationrepository.php
  • Класс: BitrixLocationRepositoryLocationRepository
  • Вызов: LocationRepository::save
public function save(EntityLocation $location)
{
	return $this->saveStrategy->save($location);
}