• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/commentaux/taskinfo.php
  • Класс: BitrixSocialnetworkCommentAuxTaskInfo
  • Вызов: TaskInfo::getRatingNotificationEntityMessage
protected function getRatingNotificationEntityMessage(): string
{
	$CBXSanitizer = new CBXSanitizer;
	$CBXSanitizer->delAllTags();
	return strip_tags(str_replace('
', ' ', $CBXSanitizer->sanitizeHtml($this->getText()))); }