• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Integration/Landing/StoreV3Master.php
  • Класс: BitrixCatalogv2IntegrationLandingStoreV3Master
  • Вызов: StoreV3Master::createStore
static function createStore(): void
{
	$componentName = 'bitrix:landing.site_master';
	$className = CBitrixComponent::includeComponentClass($componentName);
	$siteMaster = new $className;
	/** @var LandingSiteMasterComponent $siteMaster */
	$siteMaster->initComponent($componentName);
	$siteMaster->actionCreate(self::STORE_ID);

	self::clearCache();
}