• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Body/ContentBlock/ValueChangeItem.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Body\ContentBlock\ValueChangeItem
  • Вызов: ValueChangeItem::setIconCode
public function setIconCode(?string $iconCode): self
{
	$this->iconCode = $iconCode;
	return $this;
}