• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/Param/TextDate.php
  • Класс: BitrixImV2MessageParamTextDate
  • Вызов: TextDate::getValue
public function getValue(): array
{
	$values = parent::getValue();

	if (!empty($values))
	{
		$values = array_map('htmlspecialcharsbx', $values);
	}

	return $values;
}