| Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/services/base/ |
| Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/services/base/restrictableservice.php |
<?php
namespace Bitrix\Sale\Services\Base;
interface RestrictableService
{
public function getStartupRestrictions(): RestrictionInfoCollection;
public function getServiceId(): int;
}