• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Common/Icon.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Common\Icon
  • Вызов: Icon::getCode
protected function getCode(): string
{
	if ($this->customIcon)
	{
		return $this->customIcon->getCode();
	}

	return $this->code;
}