...Человеческий поиск в разработке...
- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/color/dealstagecolorscheme.php
- Класс: Bitrix\Crm\Color\DealStageColorScheme
- Вызов: DealStageColorScheme::getDefaultColorByStage
static function getDefaultColorByStage($stageID, $categoryID = 0, $index = -1) { $options = array(); $semanticID = \CCrmDeal::GetSemanticID($stageID); if($semanticID === Crm\PhaseSemantics::PROCESS) { if($index < 0) { $index = array_search($stageID, self::getStageNames($categoryID), true); } $options['offset'] = $index; } return self::getDefaultColorBySemantics($semanticID, $options); }