ItemIdentifier::jsonSerialize

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

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