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