1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
ProviderFactory.php
См. документацию.
1<?php
2
3namespace Bitrix\UI\FeaturePromoter;
4
6{
8 {
9 if ($configuration->featureId)
10 {
11 $configuration->code = (new Code($configuration->featureId))->get();
12 }
13
14 if ($configuration->type === ProviderType::POPUP)
15 {
16 return (new Popup($configuration));
17 }
18
19 return (new Slider($configuration));
20 }
21}
createProvider(ProviderConfiguration $configuration)
Определения ProviderFactory.php:7