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