• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Display/Options.php
  • Класс: Bitrix\Crm\Service\Display\Options
  • Вызов: Options::setRestrictedValueHtmlReplacer
public function setRestrictedValueHtmlReplacer(string $restrictedValueHtmlReplacer): self
{
	$this->restrictedValueHtmlReplacer = $restrictedValueHtmlReplacer;

	return $this;
}