• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/timeline/icon.php
  • Класс: Bitrix\Crm\Controller\Timeline\Icon
  • Вызов: Icon::getIconDataByObject
protected function getIconDataByObject(CustomIcon $icon): ?array
{
	return \Bitrix\Crm\Service\Timeline\Layout\Common\Icon::initFromObject($icon)->getData();
}