• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/search/content.php
  • Класс: Bitrix\Sender\Search\Content
  • Вызов: Content::getString
public function getString()
{
	foreach ($this->callbacks as $callback)
	{
		call_user_func_array($callback, [$this]);
	}

	return implode(' ', array_map([$this, 'encodeText'], $this->data));
}