• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/search/content.php
  • Класс: Bitrix\Sender\Search\Content
  • Вызов: Content::encodeText
static function encodeText($text)
{
	return str_rot13(mb_strtoupper(trim($text)));
}