method
public
static
Manager::getRestrictedIds()
Сигнатура
public static getRestrictedIds([Shipment|null $shipment = null ], int $restrictionMode) : array<string|int, int>
Описание
Возвращает службы, которые имеют ограничения, но успешно проходят проверки.
Параметры
$shipment
Shipment|null
= null
$restrictionMode
int
RestrictionManager::MODE_CLIENT | RestrictionManager::MODE_MANAGER
Возвращаемое значение
array<string|int, int>
Исходный файл: source/sale/lib/delivery/restrictions/manager.php:74

