• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/search/content.php
  • Класс: Bitrix\Sender\Search\Content
  • Вызов: Content::addHtmlLayout
public function addHtmlLayout($layout, $length = null)
{
	return $this->addText(self::convertBodyHtmlToText($layout), $length);
}