• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Badge/Model/CustomBadge.php
  • Класс: Bitrix\Crm\Badge\Model\CustomBadge
  • Вызов: CustomBadge::jsonSerialize
public function jsonSerialize()
{
	return [
		'code' => $this->getCode(),
		'title' => $this->getPreparedFieldValue($this->getTitle()),
		'value' => $this->getPreparedFieldValue($this->getValue()),
		'type' => $this->getType(),
	];
}