1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
iscope.php
См. документацию.
1<?php
2
3namespace Bitrix\Location\Repository\Location;
4
5interface IScope
6{
12 public function isScopeSatisfy(int $scope): bool;
13}