| Current Path : /var/www/homesaver/www/bitrix/modules/location/lib/repository/location/ |
| Current File : /var/www/homesaver/www/bitrix/modules/location/lib/repository/location/iscope.php |
<?php
namespace Bitrix\Location\Repository\Location;
interface IScope
{
/**
* Check is scope satisfy
* @param int $scope
* @return bool
*/
public function isScopeSatisfy(int $scope): bool;
}