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