1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
isaveparents.php
См. документацию.
1<?php
2
3namespace Bitrix\Location\Repository\Location\Capability;
4
5use Bitrix\Location\Entity\Location;
6use Bitrix\Main\Result;
7
12interface ISaveParents
13{
18 public function saveParents(Location\Parents $parents): Result;
19}