- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/Service/TypePreset.php
- Класс: Bitrix\Crm\Service\TypePreset
- Вызов: TypePreset::jsonSerialize
public function jsonSerialize(): array
{
return [
'fields' => [
'id' => $this->getId(),
'title' => $this->getTitle(),
'category' => $this->getCategory(),
'description' => $this->getDescription(),
'icon' => $this->getIcon(),
],
'data' => $this->getData(),
];
}