• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Badge/ValueItem.php
  • Класс: Bitrix\Crm\Badge\ValueItem
  • Вызов: ValueItem::toArray
public function toArray(): array
{
	return [
		'value' => $this->getValue(),
		'textValue' => $this->getTextValue(),
		'textColor' => $this->getTextColor(),
		'backgroundColor' => $this->getBackgroundColor(),
	];
}