• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/itemidentifier.php
  • Класс: Bitrix\Crm\ItemIdentifier
  • Вызов: ItemIdentifier::createByItem
static function createByItem(Item $item): ItemIdentifier
{
	$categoryId = $item->isCategoriesSupported() ? $item->getCategoryId() : null;

	return new static($item->getEntityTypeId(), $item->getId(), $categoryId);
}