• Модуль: fileman
  • Путь к файлу: ~/bitrix/modules/fileman/lib/block/editor.php
  • Класс: BitrixFilemanBlockEditor
  • Вызов: Editor::fillTemplateBySliceContent
static function fillTemplateBySliceContent($template, $string, $encoding = null)
{
	return ContentEngine::fillHtmlTemplate($template, $string, $encoding);
}