• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_main.php
  • Класс: CVoxImplantMain
  • Вызов: CVoxImplantMain::GetTrialText
static function GetTrialText($popupId = 'main')
{
	switch ($popupId)
	{
		case 'main':
			return static::GetTrialTextMain();
		case 'security':
			return static::GetSecurityTrialText();
		case 'groups':
			return static::GetGroupsTrialText();
		case 'ivr':
			return static::GetIvrTrialText();
		case 'numbers':
			return static::GetNumbersTrialText();
		case 'call-intercept':
			return static::GetCallInterceptTrialText();
		case 'line-selection':
			return static::GetLineSelectionTrialText();
	}
	throw new BitrixMainArgumentException('Unknown trial popup id', 'popupId');
}