Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/location/lib/repository/location/
Upload File :
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;
}