• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/color/phasecolorscheme.php
  • Класс: Bitrix\Crm\Color\PhaseColorScheme
  • Вызов: PhaseColorScheme::save
public function save()
{
	Main\Config\Option::set('crm', $this->optionName, serialize($this->externalize()), '');
	if(!$this->isPersistent)
	{
		$this->isPersistent = true;
	}
}