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