• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/conversion/schemeitem.php
  • Класс: Bitrix\Crm\Conversion\SchemeItem
  • Вызов: SchemeItem::toJson
public function toJson(): array
{
	return [
		'id' => $this->getId(),
		'name' => $this->getName(),
		'entityTypeIds' => $this->getEntityTypeIds(),
		'phrase' => $this->getPhrase(),
	];
}