• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/preset/templates/texts.php
  • Класс: BitrixSenderPresetTemplatesTexts
  • Вызов: Texts::getCodes
static function getCodes()
{
	return array(
		'hot_unplanned',
		'unplanned',
		'hot_lead2client',
		'lead2client',
		'hot_inc_profits',
		'inc_profits',
		'hot_brand2brain',
		'brand2brain',
		'hot_repeated',
		'repeated',
		'hot_push2deal',
		'push2deal',
		'hot_wakeup',
		'wakeup',
		'hot_satisfy',
		'satisfy',
		'hot_birthday',
		'birthday',
		'hot_inform_event',
		'inform_event',
		'hot_invite2event',
		'invite2event',
	);
}