CCrmLiveFeedComponent::__htmlspecialcharsbx

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CCrmLiveFeedComponent
  4. __htmlspecialcharsbx
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/livefeed.php
  • Класс: \CCrmLiveFeedComponent
  • Вызов: CCrmLiveFeedComponent::__htmlspecialcharsbx
private function __htmlspecialcharsbx(&$val, $key)
{
	if (is_array($val))
	{
		array_walk($val, array($this, '__htmlspecialcharsbx'));
	}
	else
	{
		$val = htmlspecialcharsbx($val);
	}
}

Добавить комментарий