ItemIdentifier::getHash

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

Добавить комментарий