• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/itemidentifier.php
  • Класс: Bitrix\Crm\ItemIdentifier
  • Вызов: ItemIdentifier::getHash
public function getHash(): string
{
	return 'type_' . $this->getEntityTypeId() . '_id_' . $this->getEntityId();
}