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