• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/itemidentifier.php
  • Класс: Bitrix\Crm\ItemIdentifier
  • Вызов: ItemIdentifier::toArray
public function toArray(): array
{
	return [
		'ENTITY_TYPE_ID' => $this->getEntityTypeId(),
		'ENTITY_ID' => $this->getEntityId(),
		'CATEGORY_ID' => $this->getCategoryId(),
	];
}