Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/ui/lib/FeaturePromoter/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/ui/lib/FeaturePromoter/ProviderType.php

<?php

namespace Bitrix\UI\FeaturePromoter;

class ProviderType
{
	public const POPUP = 'popup';
	public const SLIDER = 'slider';
}