1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
iaddresslink.php
См. документацию.
1<?php
2namespace Bitrix\Location\Entity\Address;
3
10interface IAddressLink
11{
17 public function getAddressLinkEntityId(): string;
18
24 public function getAddressLinkEntityType(): string;
25}