1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
ifindbyid.php
См. документацию.
1<?php
2
3namespace Bitrix\Location\Repository\Location\Capability;
4
5use Bitrix\Location\Entity\Location;
6
11interface IFindById
12{
18 public function findById(int $id, string $languageId);
19}