1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
tariffchecker.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Catalog\Store\EnableWizard;
4
5
use Bitrix\Main\Loader;
6
use Bitrix\Bitrix24\Feature;
7
8
class
TariffChecker
9
{
10
public
const
FEATURE_ID
=
'catalog_inventory_management_1c'
;
11
12
public
static
function
isOnecInventoryManagementRestricted
(): bool
13
{
14
return
(
15
Loader::includeModule(
'bitrix24'
)
16
&& !Feature::isFeatureEnabled(self::FEATURE_ID)
17
);
18
}
19
}
Bitrix\Catalog\Store\EnableWizard\TariffChecker
Определения
tariffchecker.php:9
Bitrix\Catalog\Store\EnableWizard\TariffChecker\isOnecInventoryManagementRestricted
static isOnecInventoryManagementRestricted()
Определения
tariffchecker.php:12
Bitrix\Catalog\Store\EnableWizard\TariffChecker\FEATURE_ID
const FEATURE_ID
Определения
tariffchecker.php:10
bitrix
modules
catalog
lib
store
enablewizard
tariffchecker.php
Создано системой
1.14.0